Searched refs:LVSectionIndex (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.h | 39 LVSectionIndex SectionIndex = 0; 43 LVSectionIndex SectionIndex, bool IsComdat) in LVSymbolTableEntry() 56 void add(StringRef Name, LVScope *Function, LVSectionIndex SectionIndex = 0); 57 void add(StringRef Name, LVAddress Address, LVSectionIndex SectionIndex, 59 LVSectionIndex update(LVScope *Function); 63 LVSectionIndex getIndex(StringRef Name); 81 LVDoubleMap<LVSectionIndex, LVScope *, LVLines *> ScopeInstructions; 84 LVDoubleMap<LVSectionIndex, LVAddress, LVScope *> AssemblerMappings; 88 using LVSectionAddresses = std::map<LVSectionIndex, object::SectionRef>; 101 using LVSections = std::map<LVSectionIndex, object::SectionRef>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 29 constexpr LVSectionIndex UndefinedSectionIndex = 0; 129 using LVSectionRanges = std::map<LVSectionIndex, std::unique_ptr<LVRange>>; 152 LVSectionIndex DotTextSectionIndex = UndefinedSectionIndex; 154 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope); 155 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope, 157 LVRange *getSectionRanges(LVSectionIndex SectionIndex); 297 LVSectionIndex getDotTextSectionIndex() const { return DotTextSectionIndex; } in getDotTextSectionIndex() 298 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex()
|
| H A D | LVObject.h | 36 using LVSectionIndex = uint64_t; variable
|
| H A D | LVScope.h | 439 LVDoubleMap<LVSectionIndex, LVAddress, LVLine *> SectionMappings; 510 void addMapping(LVLine *Line, LVSectionIndex SectionIndex);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 25 LVSectionIndex SectionIndex) { in add() 43 LVSectionIndex SectionIndex, bool IsComdat) { in add() 57 LVSectionIndex LVSymbolTable::update(LVScope *Function) { in update() 58 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update() 97 LVSectionIndex LVSymbolTable::getIndex(StringRef Name) { in getIndex() 122 LVSectionIndex SectionIndex) { in addToSymbolTable() 126 LVSectionIndex SectionIndex, in addToSymbolTable() 130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable() 140 LVSectionIndex LVBinaryReader::getSymbolTableIndex(StringRef Name) { in getSymbolTableIndex() 203 LVSectionIndex SectionIndex = Entry.first; in mapVirtualAddress() [all …]
|
| H A D | LVDWARFReader.cpp | 455 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope); in processOneDie() 769 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes() 1042 LVSectionIndex SectionIndex = Section->getIndex(); in mapRangeAddress()
|
| H A D | LVCodeViewReader.cpp | 761 LVSectionIndex SectionIndex = SymbolTableEntry.SectionIndex; in traverseSymbolSection() 1125 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.cpp | 197 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope) { in addSectionRange() 202 void LVReader::addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope, in addSectionRange() 208 LVRange *LVReader::getSectionRanges(LVSectionIndex SectionIndex) { in getSectionRanges()
|
| H A D | LVElement.cpp | 558 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
|
| H A D | LVScope.cpp | 1254 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in addMapping() 1261 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound() 1271 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound()
|