Home
last modified time | relevance | path

Searched refs:SectionContrib (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DISectionContribVisitor.h16 struct SectionContrib;
23 virtual void visit(const SectionContrib &C) = 0;
H A DRawTypes.h47 struct SectionContrib { struct
62 SectionContrib Base; argument
221 SectionContrib SC;
H A DDbiStreamBuilder.h84 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
136 std::vector<SectionContrib> SectionContribs;
H A DDbiModuleDescriptor.h50 const SectionContrib &getSectionContrib() const;
H A DDbiModuleDescriptorBuilder.h52 void setFirstSectionContrib(const SectionContrib &SC);
H A DDbiStream.h113 FixedStreamArray<SectionContrib> SectionContribs;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp52 const SectionContrib &DbiModuleDescriptor::getSectionContrib() const { in getSectionContrib()
H A DDbiModuleDescriptorBuilder.cpp63 const SectionContrib &SC) { in setFirstSectionContrib()
H A DDbiStream.cpp240 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp106 void visit(const SectionContrib &C) override { in ParseSectionContribs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1939 while (auto SectionContrib = SecContribs->getNext()) { in GetCompilandId() local
1940 auto comp_id = SectionContrib->getCompilandId(); in GetCompilandId()
1944 auto sec = SectionContrib->getAddressSection(); in GetCompilandId()
1947 auto offset = SectionContrib->getAddressOffset(); in GetCompilandId()
1951 auto size = SectionContrib->getLength(); in GetCompilandId()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1137 static pdb::SectionContrib createSectionContrib(const Chunk *C, uint32_t Modi) { in createSectionContrib()
1139 pdb::SectionContrib SC; in createSectionContrib()
1295 pdb::SectionContrib SC = createSectionContrib(SecChunk, Modi); in addObjFile()
1602 pdb::SectionContrib SC = in addSections()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp512 static void dumpSectionContrib(LinePrinter &P, const SectionContrib &SC, in dumpSectionContrib()
1831 void visit(const SectionContrib &SC) override { in dumpSectionContribs()