Searched refs:getCallTargets (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp61 for (const auto &J : Sample.getCallTargets())
102 for (const auto &J : Sample.getCallTargets())
156 encodeULEB128(Sample.getCallTargets().size(), OS);
157 for (const auto &J : Sample.getCallTargets()) {
H A DSampleProf.cpp94 for (const auto &I : getCallTargets())
/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h180 const CallTargetMap &getCallTargets() const { return CallTargets; } function in class:llvm::sampleprof::SampleRecord
186 for (const auto &I : Other.getCallTargets()) {

Completed in 69 milliseconds