Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp681 static inline Comdat *getOrCreateProfileComdat(Module &M, Function &F, in getOrCreateProfileComdat() function
729 ProfileVarsComdat = getOrCreateProfileComdat(*M, *Fn, Inc); in getOrCreateRegionCounters()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp671 static inline Comdat *getOrCreateProfileComdat(Module &M, Function &F, in getOrCreateProfileComdat() function
718 ProfileVarsComdat = getOrCreateProfileComdat(*M, *Fn, Inc); in getOrCreateRegionCounters()