Searched refs:ProfileName (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 78 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() argument 90 fd = open(ProfileName, O_RDWR | O_CREAT, 0666); in lprofOpenFileEx() 107 HANDLE h = CreateFileA(ProfileName, GENERIC_READ | GENERIC_WRITE, 0, 0, in lprofOpenFileEx() 127 fd = open(ProfileName, O_RDWR | O_CREAT, 0666); in lprofOpenFileEx()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 632 GlobalVariable *ProfileName = in emitInitialization() local 636 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy)); in emitInitialization()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 404 const Twine &ProfileName) { in setPGOUseInstrumentor() argument 405 auto ReaderOrErr = llvm::IndexedInstrProfReader::create(ProfileName); in setPGOUseInstrumentor()
|