Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
667 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1222 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp297 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp927 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h50 bool ValueIsAddress() const;
82 if (ValueIsAddress()) in GetAddress()
93 if (ValueIsAddress()) {
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp127 if (target_sp && m_opaque_ptr->ValueIsAddress()) { in GetInstructions()
151 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetStartAddress()
161 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetEndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp115 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp200 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp295 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp208 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp266 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp757 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
777 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
H A DAppleObjCRuntimeV1.cpp302 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
H A DAppleObjCRuntimeV2.cpp634 if (!symbol || !symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
1957 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp658 if (sc.symbol->ValueIsAddress()) { in Dump()
699 if (sc.symbol->ValueIsAddress() && in Dump()
H A DDisassembler.cpp547 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
H A DModule.cpp895 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
H A DFormatEntity.cpp468 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp293 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
H A DCommandObjectSource.cpp396 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
953 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectTarget.cpp1539 if (symbol && symbol->ValueIsAddress()) { in LookupSymbolInModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
146 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
H A DSymbolFileDWARF.cpp3286 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp908 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()