OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrProfRecordWriterTrait
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ProfileData/
InstrProfWriter.h
28
class
InstrProfRecordWriterTrait
;
40
InstrProfRecordWriterTrait
*InfoObj;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfWriter.h
30
class
InstrProfRecordWriterTrait
;
44
InstrProfRecordWriterTrait
*InfoObj;
/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 170 milliseconds