Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp272 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode()
296 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode()
343 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame()
362 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h35 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp52 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
H A DDWARFDebugLine.cpp473 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
508 SectionIndex = object::SectionedAddress::UndefSection; in reset()
1248 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1252 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1277 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1281 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
H A DDWARFDebugLoc.cpp90 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
306 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/llvm-project-15.0.7/llvm/tools/sanstats/
H A Dsanstats.cpp95 Filename, {Addr - 1, object::SectionedAddress::UndefSection})) { in ReadModule()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h145 const static uint64_t UndefSection = UINT64_MAX; member
148 uint64_t SectionIndex = UndefSection;
/llvm-project-15.0.7/llvm/lib/Object/
H A DObjectFile.cpp36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp258 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
525 Addr, object::SectionedAddress::UndefSection}; in verify()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp557 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
578 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
913 ObjectFile, {Addr, object::SectionedAddress::UndefSection}); in symbolize()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp113 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp215 object::SectionedAddress::UndefSection}; in executeCommand()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp468 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp774 object::SectionedAddress::UndefSection}; in symbolize()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp544 assert(Entry.SectionIndex == SectionedAddress::UndefSection && in updateUnitDebugInfo()
551 (Entry.SectionIndex == SectionedAddress::UndefSection && in updateUnitDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1046 {Address, object::SectionedAddress::UndefSection}, in emitDebugLineInfoForOriginalFunctions()
H A DBinaryFunction.cpp191 {Address, object::SectionedAddress::UndefSection}); in findDebugLineInformationForInstructionAt()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp288 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()