Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVReader.h133 LVSectionIndex DotTextSectionIndex = UndefinedSectionIndex; variable
270 LVSectionIndex getDotTextSectionIndex() const { return DotTextSectionIndex; } in getDotTextSectionIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.h230 : DotTextSectionIndex; in getSectionIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp189 DotTextSectionIndex = Section.getIndex(); in mapVirtualAddress()
HDLVDWARFReader.cpp1242 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex); in mapRangeAddress()
HDLVCodeViewReader.cpp1131 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule()