OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallTargets
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/ProfileData/
SampleProfWriter.cpp
61
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
()) {
SampleProf.cpp
94
for (const auto &I :
getCallTargets
())
/external/llvm/include/llvm/ProfileData/
SampleProf.h
180
const CallTargetMap &
getCallTargets
() const { return CallTargets; }
186
for (const auto &I : Other.
getCallTargets
()) {
Completed in 731 milliseconds