Home
last modified time | relevance | path

Searched defs:InstrProfileOutput (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h121 std::string InstrProfileOutput; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h248 std::string InstrProfileOutput; variable
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1178 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar()