Home
last modified time | relevance | path

Searched refs:DotTextSectionIndex (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h133 LVSectionIndex DotTextSectionIndex = UndefinedSectionIndex; variable
270 LVSectionIndex getDotTextSectionIndex() const { return DotTextSectionIndex; } in getDotTextSectionIndex()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h230 : DotTextSectionIndex; in getSectionIndex()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp189 DotTextSectionIndex = Section.getIndex(); in mapVirtualAddress()
H A DLVDWARFReader.cpp1242 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex); in mapRangeAddress()
H A DLVCodeViewReader.cpp1131 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()