Home
last modified time | relevance | path

Searched refs:UndefSection (Results 1 – 17 of 17) 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.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()
382 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h35 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp494 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
531 SectionIndex = object::SectionedAddress::UndefSection; in reset()
1322 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1326 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1351 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1355 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()
/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.h146 const static uint64_t UndefSection = UINT64_MAX; member
149 uint64_t SectionIndex = UndefSection;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp321 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
664 Addr, object::SectionedAddress::UndefSection}; in verify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp161 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp283 object::SectionedAddress::UndefSection}; in executeCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp569 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1039 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp504 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp658 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in printLineNumbers()