Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h152 LVSectionIndex DotTextSectionIndex = UndefinedSectionIndex; variable
297 LVSectionIndex getDotTextSectionIndex() const { return DotTextSectionIndex; } in getDotTextSectionIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h219 : DotTextSectionIndex; in getSectionIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1044 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex); in mapRangeAddress()
H A DLVBinaryReader.cpp189 DotTextSectionIndex = Section.getIndex(); in mapVirtualAddress()
H A DLVCodeViewReader.cpp1125 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()