| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_symbolize.cpp | 75 // object::SectionedAddress::UndefSection works for only absolute addresses. in __sanitizer_symbolize_code() 79 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 86 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 107 // object::SectionedAddress::UndefSection works for only absolute addresses. in __sanitizer_symbolize_data() 110 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data() 130 // object::SectionedAddress::UndefSection works for only absolute addresses. in __sanitizer_symbolize_set_demangle() 133 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_set_demangle()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | func-id-helper.cpp | 37 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber() 64 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 276 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode() 305 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode() 358 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame() 392 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymContext.cpp | 66 if (Address.SectionIndex != object::SectionedAddress::UndefSection) in getLineInfoForAddress() 109 if (Address.SectionIndex != llvm::object::SectionedAddress::UndefSection) in getLineInfoForAddressRange()
|
| H A D | DwarfTransformer.cpp | 318 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable() 732 Addr, object::SectionedAddress::UndefSection}; in verify()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.h | 48 Section *UndefSection; variable
|
| H A D | XCOFFLinkGraphBuilder.cpp | 154 UndefSection = &G->createSection("*UND*", orc::MemProt::None); in processSections() 285 : UndefSection; in processCsectsAndSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 48 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValueImpl()
|
| H A D | DWARFAddressRange.h | 36 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 493 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset() 530 SectionIndex = object::SectionedAddress::UndefSection; in reset() 1330 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress() 1334 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress() 1381 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange() 1385 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
|
| H A D | DWARFDebugLoc.cpp | 92 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret() 305 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 147 const static uint64_t UndefSection = UINT64_MAX; member 150 uint64_t SectionIndex = UndefSection;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 275 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputSection.cpp | 160 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 288 object::SectionedAddress::UndefSection}; in executeCommand()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 581 {Lookup, object::SectionedAddress::UndefSection}) in lookup()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 842 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 339 : object::SectionedAddress::UndefSection; in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 660 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in printLineNumbers()
|