Home
last modified time | relevance | path

Searched refs:SectionOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h41 return SectionOffsets; in getSectionOffsets()
49 FixedStreamArray<SectionOffset> SectionOffsets; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp190 SectionOffsetsTy &SectionOffsets);
201 const SectionOffsetsTy &SectionOffsets);
644 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
799 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1063 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1080 SectionOffsets.find(Section)->second; in writeSectionHeader()
1111 SectionOffsetsTy SectionOffsets; in writeObject() local
1128 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1170 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1187 SectionOffsets); in writeObject()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp88 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()