Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp68 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
74 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
96 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp277 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode()
301 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode()
348 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame()
367 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h35 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp473 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
508 SectionIndex = object::SectionedAddress::UndefSection; in reset()
1249 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1253 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1278 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1282 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
H A DDWARFDataExtractor.cpp52 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
H A DDWARFDebugLoc.cpp91 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/openbsd-src/gnu/llvm/llvm/tools/sanstats/
H A Dsanstats.cpp95 Filename, {Addr - 1, object::SectionedAddress::UndefSection})) { in ReadModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h145 const static uint64_t UndefSection = UINT64_MAX; member
148 uint64_t SectionIndex = UndefSection;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp258 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
525 Addr, object::SectionedAddress::UndefSection}; in verify()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp543 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
564 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
899 ObjectFile, {Addr, object::SectionedAddress::UndefSection}); in symbolize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.cpp115 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp220 object::SectionedAddress::UndefSection}; in executeCommand()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp481 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp861 object::SectionedAddress::UndefSection}; in symbolize()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1035 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp452 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()