Defined in 2 files as a member:
Referenced in 142 files:
- contrib/llvm-project/lldb/include/lldb/API/SBModule.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Core/Module.h, 9 times
- contrib/llvm-project/lldb/include/lldb/Core/ModuleChild.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Core/ModuleList.h, 11 times
- contrib/llvm-project/lldb/include/lldb/Core/SearchFilter.h, 6 times
- contrib/llvm-project/lldb/include/lldb/Core/Section.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Interpreter/ScriptInterpreter.h, line 493
- contrib/llvm-project/lldb/include/lldb/Symbol/CompileUnit.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Symbol/ObjectContainer.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Symbol/ObjectFile.h, 4 times
- contrib/llvm-project/lldb/include/lldb/Symbol/SymbolContext.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Symbol/SymbolVendor.h, 2 times
- contrib/llvm-project/lldb/include/lldb/Symbol/Type.h, line 288
- contrib/llvm-project/lldb/include/lldb/Target/InstrumentationRuntime.h, 3 times
- contrib/llvm-project/lldb/include/lldb/Target/LanguageRuntime.h, line 34
- contrib/llvm-project/lldb/include/lldb/Target/Platform.h, 8 times
- contrib/llvm-project/lldb/include/lldb/Target/RemoteAwarePlatform.h, line 26
- contrib/llvm-project/lldb/include/lldb/Target/Target.h, 5 times
- contrib/llvm-project/lldb/include/lldb/lldb-private-interfaces.h, 4 times
- contrib/llvm-project/lldb/source/API/SBCompileUnit.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBFrame.cpp, 4 times
- contrib/llvm-project/lldb/source/API/SBFunction.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBInstruction.cpp, 6 times
- contrib/llvm-project/lldb/source/API/SBInstructionList.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBModule.cpp, 115 times
- contrib/llvm-project/lldb/source/API/SBSection.cpp, 6 times
- contrib/llvm-project/lldb/source/API/SBSymbol.cpp, 3 times
- contrib/llvm-project/lldb/source/API/SBSymbolContext.cpp, 5 times
- contrib/llvm-project/lldb/source/API/SBTarget.cpp, 22 times
- contrib/llvm-project/lldb/source/API/SBValue.cpp, 6 times
- contrib/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp, 9 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp, 2 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointLocationList.cpp, 3 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverAddress.cpp, 5 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp, 2 times
- contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverName.cpp, 4 times
- contrib/llvm-project/lldb/source/Commands/CommandCompletions.cpp, 5 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectDisassemble.cpp, 3 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectMemory.cpp, line 460
- contrib/llvm-project/lldb/source/Commands/CommandObjectSource.cpp, 16 times
- contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp, 57 times
- contrib/llvm-project/lldb/source/Core/Address.cpp, 48 times
- contrib/llvm-project/lldb/source/Core/AddressRange.cpp, 3 times
- contrib/llvm-project/lldb/source/Core/AddressResolverName.cpp, 6 times
- contrib/llvm-project/lldb/source/Core/Disassembler.cpp, 6 times
- contrib/llvm-project/lldb/source/Core/DynamicLoader.cpp, 21 times
- contrib/llvm-project/lldb/source/Core/FormatEntity.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp, 2 times
- contrib/llvm-project/lldb/source/Core/Module.cpp, 7 times
- contrib/llvm-project/lldb/source/Core/ModuleChild.cpp, 4 times
- contrib/llvm-project/lldb/source/Core/ModuleList.cpp, 89 times
- contrib/llvm-project/lldb/source/Core/SearchFilter.cpp, 39 times
- contrib/llvm-project/lldb/source/Core/Section.cpp, 7 times
- contrib/llvm-project/lldb/source/Core/Value.cpp, line 414
- contrib/llvm-project/lldb/source/Core/ValueObject.cpp, 3 times
- contrib/llvm-project/lldb/source/Expression/DWARFExpression.cpp, 14 times
- contrib/llvm-project/lldb/source/Expression/IRExecutionUnit.cpp, 4 times
- contrib/llvm-project/lldb/source/Interpreter/OptionValueUUID.cpp, 3 times
- contrib/llvm-project/lldb/source/Interpreter/ScriptInterpreter.cpp, line 52
- contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp, 16 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp, 34 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h, line 157
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp, 11 times
- contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h, line 32
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp, 14 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h, line 367
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp, 8 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h, line 477
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h, line 48
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h, line 52
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h, line 51
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h, line 52
- contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp, 14 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp, 24 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp, 4 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp, 21 times
- contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp, 21 times
- contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp, 22 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h, 4 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp, 10 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h, 3 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp, 13 times
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h, 4 times
- contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h, line 46
- contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp, 2 times
- contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp, 10 times
- contrib/llvm-project/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp, 21 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp, line 127
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h, line 31
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, 6 times
- contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h, line 229
- contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp, 11 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp, 34 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp, 5 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h, line 158
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp, 10 times
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp, 10 times
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h, 2 times
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp, 9 times
- contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h, 2 times
- contrib/llvm-project/lldb/source/Symbol/Block.cpp, 7 times
- contrib/llvm-project/lldb/source/Symbol/CompileUnit.cpp, 7 times
- contrib/llvm-project/lldb/source/Symbol/DWARFCallFrameInfo.cpp, 8 times
- contrib/llvm-project/lldb/source/Symbol/Function.cpp, 11 times
- contrib/llvm-project/lldb/source/Symbol/LineTable.cpp, 3 times
- contrib/llvm-project/lldb/source/Symbol/ObjectFile.cpp, 32 times
- contrib/llvm-project/lldb/source/Symbol/Symbol.cpp, 21 times
- contrib/llvm-project/lldb/source/Symbol/SymbolContext.cpp, 29 times
- contrib/llvm-project/lldb/source/Symbol/SymbolFile.cpp, 4 times
- contrib/llvm-project/lldb/source/Symbol/SymbolVendor.cpp, 12 times
- contrib/llvm-project/lldb/source/Symbol/Symtab.cpp, line 1006
- contrib/llvm-project/lldb/source/Symbol/Type.cpp, 29 times
- contrib/llvm-project/lldb/source/Symbol/Variable.cpp, 8 times
- contrib/llvm-project/lldb/source/Target/AssertFrameRecognizer.cpp, line 136
- contrib/llvm-project/lldb/source/Target/InstrumentationRuntime.cpp, 5 times
- contrib/llvm-project/lldb/source/Target/LanguageRuntime.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/ModuleCache.cpp, 2 times
- contrib/llvm-project/lldb/source/Target/Platform.cpp, 23 times
- contrib/llvm-project/lldb/source/Target/Process.cpp, 16 times
- contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp, 3 times
- contrib/llvm-project/lldb/source/Target/SectionLoadList.cpp, 12 times
- contrib/llvm-project/lldb/source/Target/StackFrame.cpp, 15 times
- contrib/llvm-project/lldb/source/Target/StackFrameRecognizer.cpp, 4 times
- contrib/llvm-project/lldb/source/Target/Target.cpp, 45 times
- contrib/llvm-project/lldb/source/Target/ThreadPlanStepInRange.cpp, line 332