Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp169 bool Symbol::ValueIsAddress() const { in ValueIsAddress() function in Symbol
235 if (ValueIsAddress()) { in GetDescription()
280 if (ValueIsAddress()) { in Dump()
443 if (ValueIsAddress()) in CalculateSymbolContext()
450 if (ValueIsAddress()) in CalculateSymbolContextModule()
459 if (ValueIsAddress()) { in DumpSymbolContext()
539 if (ValueIsAddress()) in GetFileAddress()
546 if (ValueIsAddress()) in GetLoadAddress()
H A DSymbolContext.cpp170 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
411 if (symbol->ValueIsAddress()) { in GetAddressRange()
669 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1218 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp300 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp934 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h65 bool ValueIsAddress() const;
97 if (ValueIsAddress()) in GetAddress()
118 if (ValueIsAddress()) {
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp234 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in SetupBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp204 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp264 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp291 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
H A DAppleObjCTrampolineHandler.cpp663 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
683 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
H A DAppleObjCRuntimeV2.cpp709 if (!symbol || !symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
2274 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp675 if (sc.symbol->ValueIsAddress()) { in Dump()
719 if (sc.symbol->ValueIsAddress() && in Dump()
H A DDisassembler.cpp546 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
H A DModule.cpp926 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
H A DFormatEntity.cpp460 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp306 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
H A DCommandObjectSource.cpp395 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
927 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectTarget.cpp1626 if (symbol->ValueIsAddress()) { in LookupSymbolInModule()
/freebsd-14.2/contrib/llvm-project/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.cpp3461 if (!exe_symbol || !exe_symbol->ValueIsAddress()) in fixupExternalAddrZeroVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp907 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()