Home
last modified time | relevance | path

Searched refs:getBinaryFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp209 auto *Func = Binary->getBinaryFunction(FuncSamples->getName()); in calculateDensity()
451 if (auto *Func = Binary->getBinaryFunction(FS.first.getName())) in collectFunctionsFromLLVMProfile()
461 if (auto *Func = Binary->getBinaryFunction(Node->getFuncName())) in collectFunctionsFromLLVMProfile()
H A DProfiledBinary.h481 BinaryFunction *getBinaryFunction(StringRef FName) { in getBinaryFunction() function