/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSymbol.cpp | 121 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 D | Symbol.cpp | 165 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 D | SymbolContext.cpp | 179 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 D | ObjectFile.cpp | 309 if (symbol->ValueIsAddress()) { in GetAddressClass()
|
H A D | Symtab.cpp | 946 if (pos->ValueIsAddress()) { in InitAddressIndexes()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symbol.h | 65 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 D | ThreadPlanShouldStopHere.cpp | 116 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
|
H A D | ThreadPlanStepRange.cpp | 202 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 235 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in SetupBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 204 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 264 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 291 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
|
H A D | AppleObjCTrampolineHandler.cpp | 663 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler() 683 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
|
H A D | AppleObjCRuntimeV2.cpp | 709 if (!symbol || !symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol() 2250 if (symbol->ValueIsAddress() || symbol->GetAddressRef().IsValid()) in HasSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 676 if (sc.symbol->ValueIsAddress()) { in Dump() 720 if (sc.symbol->ValueIsAddress() && in Dump()
|
H A D | Disassembler.cpp | 546 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
|
H A D | Module.cpp | 926 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
|
H A D | FormatEntity.cpp | 461 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 395 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions() 931 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
|
H A D | CommandObjectDisassemble.cpp | 306 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in GetCurrentFunctionRanges()
|
H A D | CommandObjectTarget.cpp | 1583 if (symbol->ValueIsAddress()) { in LookupSymbolInModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 150 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap() 151 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
|
H A D | SymbolFileDWARF.cpp | 3440 if (!exe_symbol || !exe_symbol->ValueIsAddress()) in fixupExternalAddrZeroVariable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 909 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|