HomeSort by: relevance | last modified time | path
    Searched refs:getSectionHeaders (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSession.cpp 231 for (; Section < Dbi->getSectionHeaders().size(); ++Section) {
232 auto &Sec = Dbi->getSectionHeaders()[Section];
382 uint32_t MaxSection = Dbi->getSectionHeaders().size();
385 auto &Sec = Dbi->getSectionHeaders()[Section - 1];
DbiStream.cpp 201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const {

Completed in 21 milliseconds