Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp115 bool Symbol::ValueIsAddress() const { in ValueIsAddress() function in Symbol
180 if (ValueIsAddress()) { in GetDescription()
219 if (ValueIsAddress()) { in Dump()
380 if (ValueIsAddress()) in CalculateSymbolContext()
387 if (ValueIsAddress()) in CalculateSymbolContextModule()
396 if (ValueIsAddress()) { in DumpSymbolContext()
482 if (ValueIsAddress()) in GetFileAddress()
489 if (ValueIsAddress()) in GetLoadAddress()
H A DSymbolContext.cpp184 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
426 if (symbol->ValueIsAddress()) { in GetAddressRange()
699 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1258 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
H A DObjectFile.cpp322 if (symbol->ValueIsAddress()) { in GetAddressClass()
H A DSymtab.cpp902 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp116 if (m_opaque_ptr->ValueIsAddress()) { in GetInstructions()
137 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetStartAddress()
145 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetEndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h50 bool ValueIsAddress() const;
90 if (ValueIsAddress()) in GetAddress()
101 if (ValueIsAddress()) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp129 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress()) { in SearchCallback()
167 if (sc.symbol && sc.symbol->ValueIsAddress()) { in SearchCallback()
H A DAddress.cpp645 if (sc.symbol->ValueIsAddress()) { in Dump()
686 if (sc.symbol->ValueIsAddress() && in Dump()
H A DDisassembler.cpp655 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
H A DModule.cpp906 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
H A DFormatEntity.cpp485 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp119 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp199 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp474 else if (sc.symbol && sc.symbol->ValueIsAddress()) in DoExecute()
519 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectSource.cpp424 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
988 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
H A DCommandObjectTarget.cpp1597 if (symbol && symbol->ValueIsAddress()) { in LookupSymbolInModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp295 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp203 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp268 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp302 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
H A DAppleObjCTrampolineHandler.cpp736 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
H A DAppleObjCRuntimeV2.cpp360 if (symbol && symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
/freebsd-12.1/contrib/llvm/tools/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.cpp3525 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp907 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()