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 D | sanitizer_symbolize.cpp | 61 {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 D | func-id-helper.cpp | 36 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 D | llvm-symbolizer.cpp | 166 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 D | SymbolizableObjectFile.cpp | 272 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 D | DWARFAddressRange.h | 32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 50 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()
|
| H A D | DWARFDebugLine.cpp | 473 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 D | DWARFDebugLoc.cpp | 88 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 D | ObjectFile.cpp | 37 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 145 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 D | DwarfTransformer.cpp | 257 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 D | PerfJITEventListener.cpp | 273 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 452 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 317 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()
|