Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp164 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
168 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
172 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
182 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
191 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection}); in symbolizeInput()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
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 DDWARFDataExtractor.cpp50 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
H A DDWARFDebugLoc.cpp88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sanstats/
H A Dsanstats.cpp91 Filename, {Addr - 1, object::SectionedAddress::UndefSection})) { in ReadModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp257 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable()
505 Addr, object::SectionedAddress::UndefSection}; in verify()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h142 const static uint64_t UndefSection = UINT64_MAX; member
145 uint64_t SectionIndex = UndefSection;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp37 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp534 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
555 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints()
884 ObjectFile, {Addr, object::SectionedAddress::UndefSection}); in symbolize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp273 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp428 object::SectionedAddress::UndefSection}; in symbolize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp447 {Lookup, object::SectionedAddress::UndefSection})) in lookup()