OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFuncDescForGUID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.h
258
const PseudoProbeFuncDesc *
getFuncDescForGUID
(uint64_t GUID) {
259
return ProbeDecoder.
getFuncDescForGUID
(GUID);
PseudoProbe.cpp
318
PseudoProbeDecoder::
getFuncDescForGUID
(uint64_t GUID) const {
332
const auto *FuncDesc =
getFuncDescForGUID
(Probe->GUID);
342
return
getFuncDescForGUID
(std::get<0>(InlinerNode->ISite));
Completed in 19 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026