|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ProfileData/InstrProfWriter.h 60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
lib/ProfileData/InstrProfWriter.cpp 96 using data_type = const InstrProfWriter::ProfilingData *const;
97 using data_type_ref = const InstrProfWriter::ProfilingData *const;
252 void InstrProfWriter::mergeRecordsFromWriter(InstrProfWriter &&IPW,
tools/llvm-profdata/llvm-profdata.cpp 186 InstrProfWriter Writer;
370 InstrProfWriter &Writer = Contexts[0]->Writer;
869 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab,
unittests/ProfileData/CoverageMappingTest.cpp 135 InstrProfWriter ProfileWriter;
unittests/ProfileData/InstrProfTest.cpp 39 InstrProfWriter Writer;
204 InstrProfWriter Writer2;
usr/include/c++/7.4.0/bits/move.h 98 move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };