Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders();
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp245 DbiStream::getSectionHeaders() { in getSectionHeaders() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp732 for (const object::coff_section &Section : Dbi->getSectionHeaders()) { in dumpSectionHeaders()