| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_symbolize.cpp | 68 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 74 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 96 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | func-id-helper.cpp | 37 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber() 64 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
|
| /llvm-project-15.0.7/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() 343 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame() 362 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAddressRange.h | 35 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 52 *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() 1248 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress() 1252 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress() 1277 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange() 1281 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
|
| H A D | DWARFDebugLoc.cpp | 90 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret() 306 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()
|
| /llvm-project-15.0.7/llvm/tools/sanstats/ |
| H A D | sanstats.cpp | 95 Filename, {Addr - 1, object::SectionedAddress::UndefSection})) { in ReadModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 145 const static uint64_t UndefSection = UINT64_MAX; member 148 uint64_t SectionIndex = UndefSection;
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 36 if (Addr.SectionIndex != SectionedAddress::UndefSection) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 258 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable() 525 Addr, object::SectionedAddress::UndefSection}; in verify()
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | sancov.cpp | 557 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints() 578 Addr, object::SectionedAddress::UndefSection}; in getCoveragePoints() 913 ObjectFile, {Addr, object::SectionedAddress::UndefSection}); in symbolize()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputSection.cpp | 113 section.addr + off, object::SectionedAddress::UndefSection)) in getSourceLocation()
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 215 object::SectionedAddress::UndefSection}; in executeCommand()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 468 {Lookup, object::SectionedAddress::UndefSection})) in lookup()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 774 object::SectionedAddress::UndefSection}; in symbolize()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 544 assert(Entry.SectionIndex == SectionedAddress::UndefSection && in updateUnitDebugInfo() 551 (Entry.SectionIndex == SectionedAddress::UndefSection && in updateUnitDebugInfo()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 1046 {Address, object::SectionedAddress::UndefSection}, in emitDebugLineInfoForOriginalFunctions()
|
| H A D | BinaryFunction.cpp | 191 {Address, object::SectionedAddress::UndefSection}); in findDebugLineInformationForInstructionAt()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.cpp | 288 uint64_t sectionIndex = object::SectionedAddress::UndefSection; in getDILineInfo()
|