Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders();
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp200 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() { in getSectionHeaders() function in DbiStream
/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()