Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp165 bool Symbol::ValueIsAddress() const { in ValueIsAddress() function in Symbol
231 if (ValueIsAddress()) { in GetDescription()
276 if (ValueIsAddress()) { in Dump()
439 if (ValueIsAddress()) in CalculateSymbolContext()
446 if (ValueIsAddress()) in CalculateSymbolContextModule()
455 if (ValueIsAddress()) { in DumpSymbolContext()
535 if (ValueIsAddress()) in GetFileAddress()
542 if (ValueIsAddress()) in GetLoadAddress()
H A DSymbolContext.cpp179 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
420 if (symbol->ValueIsAddress()) { in GetAddressRange()
678 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1227 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp309 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp946 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h65 bool ValueIsAddress() const;
68 // previously call ValueIsAddress() otherwise you might get an reference to
97 if (ValueIsAddress()) in GetAddress()
118 if (ValueIsAddress()) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp116 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp202 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp235 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in SetupBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp204 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp264 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd/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()
2250 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp676 if (sc.symbol->ValueIsAddress()) { in Dump()
720 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.cpp461 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp395 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
931 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectDisassemble.cpp306 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
H A DCommandObjectTarget.cpp1583 if (symbol->ValueIsAddress()) { in LookupSymbolInModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp150 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
151 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
H A DSymbolFileDWARF.cpp3440 if (!exe_symbol || !exe_symbol->ValueIsAddress()) in fixupExternalAddrZeroVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp909 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()