Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp61 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
67 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
89 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp36 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber()
63 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp166 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
170 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
174 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
184 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
193 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
/freebsd-13.1/contrib/llvm-project/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()
335 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame()
354 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp50 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
H A DDWARFDebugLine.cpp473 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
508 SectionIndex = object::SectionedAddress::UndefSection; in reset()
1244 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1248 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1273 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1277 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
H A DDWARFDebugLoc.cpp88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp37 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h145 const static uint64_t UndefSection = UINT64_MAX; member
148 uint64_t SectionIndex = UndefSection;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp257 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
510 Addr, object::SectionedAddress::UndefSection}; in verify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp273 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp452 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp317 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()