Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h46 PGOInstrumentationGenCreateVar(std::string CSInstrName = "")
47 : CSInstrName(CSInstrName) {} in CSInstrName() function
51 std::string CSInstrName;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1805 createProfileFileNameVar(M, CSInstrName); in run()