Home
last modified time | relevance | path

Searched refs:getFunctionMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h79 const HashFuncsMapType &getFunctionMap() const { return HashToFuncs; } in getFunctionMap() function
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp55 for (const auto &P : SFM.getFunctionMap()) in getStableFunctionEntries()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp395 auto &Maps = FunctionMap->getFunctionMap(); in merge()