/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 118 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()
|
D | SymbolContext.cpp | 169 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()
|
D | ObjectFile.cpp | 321 if (symbol->ValueIsAddress()) { in GetAddressClass()
|
D | Symtab.cpp | 863 if (pos->ValueIsAddress()) { in InitAddressIndexes()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Symbol.h | 50 bool ValueIsAddress() const; 82 if (ValueIsAddress()) in GetAddress() 93 if (ValueIsAddress()) {
|
/external/llvm-project/lldb/source/API/ |
D | SBSymbol.cpp | 129 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/ |
D | AddressResolverName.cpp | 127 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress()) { in SearchCallback() 165 if (sc.symbol && sc.symbol->ValueIsAddress()) { in SearchCallback()
|
D | Address.cpp | 658 if (sc.symbol->ValueIsAddress()) { in Dump() 699 if (sc.symbol->ValueIsAddress() && in Dump()
|
D | Disassembler.cpp | 549 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
|
D | Module.cpp | 900 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
|
D | FormatEntity.cpp | 473 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 354 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in SetNotificationBreakpoint() 387 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in GetDyldLockVariableAddressFromModule()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanShouldStopHere.cpp | 115 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
|
D | ThreadPlanStepRange.cpp | 200 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
D | InstrumentationRuntimeASan.cpp | 295 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 213 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 266 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 302 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
|
D | AppleObjCTrampolineHandler.cpp | 761 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler() 781 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
|
D | AppleObjCRuntimeV2.cpp | 391 if (symbol && symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol() 1602 (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid())) { in UpdateISAToDescriptorMapSharedCache()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectDisassemble.cpp | 297 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
|
D | CommandObjectSource.cpp | 396 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/ |
D | SymbolFileDWARFDebugMap.cpp | 143 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap() 144 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
|
D | SymbolFileDWARF.cpp | 3339 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 908 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|