Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h85 FixedStreamArray<SecMapEntry> getSectionMap() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap() function in DbiStream
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1869 for (auto &M : Dbi.getSectionMap()) { in dumpSectionMap()