Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h149 const StableFunctionMap *getStableFunctionMap() { in getStableFunctionMap() function
184 inline const StableFunctionMap *getStableFunctionMap() { in getStableFunctionMap() function
185 return CodeGenData::getInstance().getStableFunctionMap(); in getStableFunctionMap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp551 FuncMap = cgdata::getStableFunctionMap(); in run()