Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DPseudoProbe.cpp142 return std::hash<uint64_t>()(I->getFuncGuid()->getZExtValue()) ^ in removeRedundantPseudoProbes()
147 return Left->getFuncGuid() == Right->getFuncGuid() && in removeRedundantPseudoProbes()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h1169 ConstantInt *getFuncGuid() const { in getFuncGuid() function