Defined in 13 files as a prototype:
- contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp, line 37 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp, line 47 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp, line 49 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp, line 42 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp, line 31 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp, line 39 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp, line 37 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp, line 37 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, line 53 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp, line 28 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp, line 96 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp, line 61 (as a prototype)
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp, line 28 (as a prototype)
Defined in 1 files as a macro:
Defined in 28 files as a function:
- contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp, line 17 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ABIARM.cpp, line 16 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABIMips.cpp, line 14 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp, line 14 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp, line 50 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIX86.cpp, line 20 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp, line 20 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp, line 24 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp, line 23 (as a function)
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp, line 28 (as a function)
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp, line 20 (as a function)
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp, line 26 (as a function)
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp, line 23 (as a function)
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp, line 33 (as a function)
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp, line 32 (as a function)
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp, line 38 (as a function)
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp, line 39 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp, line 46 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp, line 40 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp, line 17 (as a function)
- contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp, line 31 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp, line 43 (as a function)
- contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp, line 42 (as a function)
- contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp, line 38 (as a function)
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp, line 23 (as a function)
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp, line 28 (as a function)
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp, line 29 (as a function)
- contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp, line 31 (as a function)
Referenced in 17 files:
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp, line 35
- contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp, line 35
- contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp, line 35
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp, line 32
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp, line 34
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp, line 38
- contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp, line 36
- contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp, line 46
- contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp, line 37
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp, line 19
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp, line 54
- contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp, line 59
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp, line 98
- contrib/llvm-project/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp, line 44
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp, line 23
- contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp, line 39
- contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp, line 87