Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h188 : DotTextSectionIndex; in getSectionIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp165 DotTextSectionIndex = Section.getIndex(); in mapVirtualAddress()
H A DLVELFReader.cpp1221 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex); in mapRangeAddress()
H A DLVCodeViewReader.cpp1131 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()