HomeSort by relevance Sort by last modified time
    Searched defs:InstrProfRecordWriterTrait (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 75 class InstrProfRecordWriterTrait {
89 InstrProfRecordWriterTrait() : ValueProfDataEndianness(support::little) {}
146 InfoObj(new InstrProfRecordWriterTrait()) {}
214 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfWriter.cpp 92 class InstrProfRecordWriterTrait {
106 InstrProfRecordWriterTrait() = default;
166 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {}
253 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator;

Completed in 59 milliseconds