Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
HDsanitizer_symbolize.cpp79 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
86 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code()
110 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data()
133 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_frame()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDfunc-id-helper.cpp37 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber()
64 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolizableObjectFile.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-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAddressRange.h35 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.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()
HDDWARFDataExtractor.cpp52 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
HDDWARFDebugLoc.cpp91 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h146 const static uint64_t UndefSection = UINT64_MAX; member
149 uint64_t SectionIndex = UndefSection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp321 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
664 Addr, object::SectionedAddress::UndefSection}; in verify()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
HDPerfJITEventListener.cpp272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.cpp161 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
HDllvm-symbolizer.cpp283 object::SectionedAddress::UndefSection}; in executeCommand()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp569 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp1039 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp504 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp658 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in printLineNumbers()