Home
last modified time | relevance | path

Searched refs:ValueIsAddress (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbol.cpp121 if (target_sp && m_opaque_ptr->ValueIsAddress()) { in GetInstructions()
145 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetStartAddress()
155 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetEndAddress()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp117 bool Symbol::ValueIsAddress() const { in ValueIsAddress() function in Symbol
182 if (ValueIsAddress()) { in GetDescription()
222 if (ValueIsAddress()) { in Dump()
385 if (ValueIsAddress()) in CalculateSymbolContext()
392 if (ValueIsAddress()) in CalculateSymbolContextModule()
401 if (ValueIsAddress()) { in DumpSymbolContext()
487 if (ValueIsAddress()) in GetFileAddress()
494 if (ValueIsAddress()) in GetLoadAddress()
H A DSymbolContext.cpp167 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
407 if (symbol->ValueIsAddress()) { in GetAddressRange()
663 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1215 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp300 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp934 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h50 bool ValueIsAddress() const;
82 if (ValueIsAddress()) in GetAddress()
103 if (ValueIsAddress()) {
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp116 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp201 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp293 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp203 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp291 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
H A DAppleObjCTrampolineHandler.cpp664 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
684 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
H A DAppleObjCRuntimeV2.cpp708 if (!symbol || !symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
2122 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp264 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddress.cpp673 if (sc.symbol->ValueIsAddress()) { in Dump()
714 if (sc.symbol->ValueIsAddress() && in Dump()
H A DDisassembler.cpp549 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
H A DModule.cpp914 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
H A DFormatEntity.cpp467 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp400 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
940 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectDisassemble.cpp306 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
H A DCommandObjectTarget.cpp1545 if (symbol->ValueIsAddress()) { in LookupSymbolInModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp480 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in GetDyldLockVariableAddressFromModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp149 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
150 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
H A DSymbolFileDWARF.cpp3525 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp909 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()

12