Home
last modified time | relevance | path

Searched refs:InstrProfRecordWriterTrait (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h28 class InstrProfRecordWriterTrait; variable
40 InstrProfRecordWriterTrait *InfoObj;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h30 class InstrProfRecordWriterTrait; variable
44 InstrProfRecordWriterTrait *InfoObj;
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp75 class InstrProfRecordWriterTrait { class
89 InstrProfRecordWriterTrait() : ValueProfDataEndianness(support::little) {} in InstrProfRecordWriterTrait() function in llvm::InstrProfRecordWriterTrait
146 InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter()
214 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; in writeImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp92 class InstrProfRecordWriterTrait { class
106 InstrProfRecordWriterTrait() = default;
166 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter()
253 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; in writeImpl()