Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h103 codeview::FixedStreamArray<SecMapEntry> getSectionMap() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp254 codeview::FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp667 for (auto &M : Dbi->getSectionMap()) { in dumpSectionMap()