Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp118 bool Symbol::ValueIsAddress() const { in ValueIsAddress() function in Symbol
183 if (ValueIsAddress()) { in GetDescription()
223 if (ValueIsAddress()) { in Dump()
384 if (ValueIsAddress()) in CalculateSymbolContext()
391 if (ValueIsAddress()) in CalculateSymbolContextModule()
400 if (ValueIsAddress()) { in DumpSymbolContext()
486 if (ValueIsAddress()) in GetFileAddress()
493 if (ValueIsAddress()) in GetLoadAddress()
DSymbolContext.cpp169 if (addr.IsValid() && symbol->ValueIsAddress()) { in DumpStopContext()
409 if (symbol->ValueIsAddress()) { in GetAddressRange()
669 } else if (symbol && symbol->ValueIsAddress()) { in GetFunctionName()
1224 if (sc.symbol->ValueIsAddress()) { in AppendIfUnique()
DObjectFile.cpp321 if (symbol->ValueIsAddress()) { in GetAddressClass()
DSymtab.cpp863 if (pos->ValueIsAddress()) { in InitAddressIndexes()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h50 bool ValueIsAddress() const;
82 if (ValueIsAddress()) in GetAddress()
93 if (ValueIsAddress()) {
/external/llvm-project/lldb/source/API/
DSBSymbol.cpp129 if (target_sp && m_opaque_ptr->ValueIsAddress()) { in GetInstructions()
153 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetStartAddress()
163 if (m_opaque_ptr && m_opaque_ptr->ValueIsAddress()) { in GetEndAddress()
/external/llvm-project/lldb/source/Core/
DAddressResolverName.cpp127 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress()) { in SearchCallback()
165 if (sc.symbol && sc.symbol->ValueIsAddress()) { in SearchCallback()
DAddress.cpp658 if (sc.symbol->ValueIsAddress()) { in Dump()
699 if (sc.symbol->ValueIsAddress() && in Dump()
DDisassembler.cpp549 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
DModule.cpp900 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
DFormatEntity.cpp473 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp354 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in SetNotificationBreakpoint()
387 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in GetDyldLockVariableAddressFromModule()
/external/llvm-project/lldb/source/Target/
DThreadPlanShouldStopHere.cpp115 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
DThreadPlanStepRange.cpp200 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp295 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp213 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp266 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp302 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
DAppleObjCTrampolineHandler.cpp761 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
781 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
DAppleObjCRuntimeV2.cpp391 if (symbol && symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
1602 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in UpdateISAToDescriptorMapSharedCache()
/external/llvm-project/lldb/source/Commands/
DCommandObjectDisassemble.cpp297 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
DCommandObjectSource.cpp396 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions()
959 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp143 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
144 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
DSymbolFileDWARF.cpp3339 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp908 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()

12