Home
last modified time | relevance | path

Searched refs:LVSectionIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h39 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>;
99 using LVSectionRanges = std::map<LVSectionIndex, std::unique_ptr<LVRange>>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp25 LVSectionIndex SectionIndex) { in add()
45 LVSectionIndex SectionIndex, bool IsComdat) { in add()
61 LVSectionIndex LVSymbolTable::update(LVScope *Function) { in update()
62 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 DLVDWARFReader.cpp656 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope); in processOneDie()
966 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes()
1240 LVSectionIndex SectionIndex = Section->getIndex(); in mapRangeAddress()
H A DLVCodeViewReader.cpp767 LVSectionIndex SectionIndex = SymbolTableEntry.SectionIndex; in traverseSymbolSection()
1131 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h28 constexpr LVSectionIndex UndefinedSectionIndex = 0;
133 LVSectionIndex DotTextSectionIndex = UndefinedSectionIndex;
270 LVSectionIndex getDotTextSectionIndex() const { return DotTextSectionIndex; } in getDotTextSectionIndex()
271 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex()
H A DLVObject.h35 using LVSectionIndex = uint64_t; variable
H A DLVScope.h431 LVDoubleMap<LVSectionIndex, LVAddress, LVLine *> SectionMappings;
502 void addMapping(LVLine *Line, LVSectionIndex SectionIndex);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp559 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVScope.cpp1243 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in processRangeLocationCoverage()
1250 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
1260 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound()