Home
last modified time | relevance | path

Searched refs:LVSectionIndex (Results 1 – 10 of 10) 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>;
101 using LVSections = std::map<LVSectionIndex, object::SectionRef>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h29 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 DLVObject.h36 using LVSectionIndex = uint64_t; variable
H A DLVScope.h439 LVDoubleMap<LVSectionIndex, LVAddress, LVLine *> SectionMappings;
510 void addMapping(LVLine *Line, LVSectionIndex SectionIndex);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp25 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 DLVDWARFReader.cpp455 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope); in processOneDie()
769 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes()
1042 LVSectionIndex SectionIndex = Section->getIndex(); in mapRangeAddress()
H A DLVCodeViewReader.cpp761 LVSectionIndex SectionIndex = SymbolTableEntry.SectionIndex; in traverseSymbolSection()
1125 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp197 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 DLVElement.cpp558 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVScope.cpp1254 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()