Home
last modified time | relevance | path

Searched refs:UndefSection (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp75 // 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 Dfunc-id-helper.cpp37 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 DSymbolizableObjectFile.cpp276 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 DGsymContext.cpp66 if (Address.SectionIndex != object::SectionedAddress::UndefSection) in getLineInfoForAddress()
109 if (Address.SectionIndex != llvm::object::SectionedAddress::UndefSection) in getLineInfoForAddressRange()
H A DDwarfTransformer.cpp318 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
732 Addr, object::SectionedAddress::UndefSection}; in verify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.h48 Section *UndefSection; variable
H A DXCOFFLinkGraphBuilder.cpp154 UndefSection = &G->createSection("*UND*", orc::MemProt::None); in processSections()
285 : UndefSection; in processCsectsAndSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h48 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValueImpl()
H A DDWARFAddressRange.h36 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp493 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 DDWARFDebugLoc.cpp92 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
305 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h147 const static uint64_t UndefSection = UINT64_MAX; member
150 uint64_t SectionIndex = UndefSection;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp275 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp160 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp288 object::SectionedAddress::UndefSection}; in executeCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp581 {Lookup, object::SectionedAddress::UndefSection}) in lookup()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp842 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp339 : object::SectionedAddress::UndefSection; in operator <<()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp660 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in printLineNumbers()