Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h48 const SectionContrib &getSectionContrib() const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp43 const SectionContrib &DbiModuleDescriptor::getSectionContrib() const { in getSectionContrib() function in DbiModuleDescriptor
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp493 dumpSectionContrib(P, Desc.getSectionContrib(), Sections, 0); in dumpModules()