| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 115 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 D | SymbolContext.cpp | 184 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 D | ObjectFile.cpp | 322 if (symbol->ValueIsAddress()) { in GetAddressClass()
|
| H A D | Symtab.cpp | 902 if (pos->ValueIsAddress()) { in InitAddressIndexes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSymbol.cpp | 116 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 D | Symbol.h | 50 bool ValueIsAddress() const; 90 if (ValueIsAddress()) in GetAddress() 101 if (ValueIsAddress()) {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 129 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress()) { in SearchCallback() 167 if (sc.symbol && sc.symbol->ValueIsAddress()) { in SearchCallback()
|
| H A D | Address.cpp | 645 if (sc.symbol->ValueIsAddress()) { in Dump() 686 if (sc.symbol->ValueIsAddress() && in Dump()
|
| H A D | Disassembler.cpp | 655 } else if (sc.symbol && sc.symbol->ValueIsAddress()) { in Disassemble()
|
| H A D | Module.cpp | 906 if (sc.symbol && sc.symbol->ValueIsAddress() && in FindFunctions()
|
| H A D | FormatEntity.cpp | 485 } else if (sc->symbol && sc->symbol->ValueIsAddress()) in DumpAddressOffsetFromFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanShouldStopHere.cpp | 119 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DefaultStepFromHereCallback()
|
| H A D | ThreadPlanStepRange.cpp | 199 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 474 else if (sc.symbol && sc.symbol->ValueIsAddress()) in DoExecute() 519 else if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
|
| H A D | CommandObjectSource.cpp | 424 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DumpLinesInFunctions() 988 if (sc.symbol && sc.symbol->ValueIsAddress()) { in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1597 if (symbol && symbol->ValueIsAddress()) { in LookupSymbolInModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 295 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 203 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 268 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 302 if (symbol && symbol->ValueIsAddress()) { in GetISAHashTablePointer()
|
| H A D | AppleObjCTrampolineHandler.cpp | 736 if (msgSend_symbol && msgSend_symbol->ValueIsAddress()) { in AppleObjCTrampolineHandler()
|
| H A D | AppleObjCRuntimeV2.cpp | 360 if (symbol && symbol->ValueIsAddress()) { in ExtractRuntimeGlobalSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap() 146 oso_gsym_symbol->ValueIsAddress()) { in GetFileRangeMap()
|
| H A D | SymbolFileDWARF.cpp | 3525 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 907 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid()) in Activate()
|