Home
last modified time | relevance | path

Searched refs:ProfileName (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingUtil.c78 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-project/compiler-rt/lib/profile/
DInstrProfilingUtil.c195 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() argument
199 fd = open(ProfileName, O_RDWR | O_CREAT, 0666); in lprofOpenFileEx()
210 HANDLE h = CreateFileA(ProfileName, GENERIC_READ | GENERIC_WRITE, in lprofOpenFileEx()
235 fd = open(ProfileName, O_RDWR | O_CREAT, 0666); in lprofOpenFileEx()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h70 inline const char* ProfileName(EProfile profile) in ProfileName() function
DparseVersions.h78 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
DVersions.cpp663 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
746 … snprintf(buf, maxSize, "%s profile; removed in version %d", ProfileName(profile), removedVersion); in requireNotRemoved()
DShaderLang.cpp885 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred()
887 << version << ", " << ProfileName(profile) << ")\n"; in ProcessDeferred()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp632 GlobalVariable *ProfileName = in emitInitialization() local
636 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy)); in emitInitialization()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp404 const Twine &ProfileName) { in setPGOUseInstrumentor() argument
405 auto ReaderOrErr = llvm::IndexedInstrProfReader::create(ProfileName); in setPGOUseInstrumentor()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp793 const Twine &ProfileName) { in setPGOUseInstrumentor() argument
794 auto ReaderOrErr = llvm::IndexedInstrProfReader::create(ProfileName); in setPGOUseInstrumentor()
/external/rust/crates/libc/src/
Dpsp.rs1338 ProfileName,