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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 277 // the order of sections in SecHdrTable may be different that the
306 // The location in the output stream where the SecHdrTable should be
313 std::vector<SecHdrTableEntry> SecHdrTable;
SampleProfReader.h 649 std::vector<SecHdrTableEntry> SecHdrTable;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 339 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr;
345 if (SecHdrTable)
347 SecHdrTable = S;
377 if (!SecHdrTable || !SecHdrTable->NoHeaders.getValueOr(false))
402 if (Doc.Chunks.back().get() == SecHdrTable)
410 if (!SecHdrTable)

Completed in 16 milliseconds