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()
146 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetStartAddress()
156 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.cpp185 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
367 if (symbol->ValueIsAddress()) { in GetAddressRange()
635 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1209 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp309 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp947 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h65 bool ValueIsAddress() const;
97 if (ValueIsAddress()) in GetAddress()
118 if (ValueIsAddress()) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp155 if (!is_thunk && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp204 if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp241 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.cpp262 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.cpp716 if (!symbol || !symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
2266 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp664 if (sc.symbol->ValueIsAddress()) { in Dump()
708 if (sc.symbol->ValueIsAddress() && in Dump()
H A DDisassembler.cpp578 if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
H A DModule.cpp909 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
H A DFormatEntity.cpp518 } 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()
923 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectDisassemble.cpp326 else if (sc.symbol && sc.symbol->ValueIsAddress()) in GetCurrentFunctionRanges()
H A DCommandObjectTarget.cpp1588 if (symbol->ValueIsAddress()) { in LookupSymbolInModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp152 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
153 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
H A DSymbolFileDWARF.cpp3347 if (!exe_symbol || !exe_symbol->ValueIsAddress()) in fixupExternalAddrZeroVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp907 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()