/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-project/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 195 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/ |
D | Versions.h | 70 inline const char* ProfileName(EProfile profile) in ProfileName() function
|
D | parseVersions.h | 78 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
|
D | Versions.cpp | 663 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()
|
D | ShaderLang.cpp | 885 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred() 887 << version << ", " << ProfileName(profile) << ")\n"; in ProcessDeferred()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Versions.h | 70 inline const char* ProfileName(EProfile profile) in ProfileName() function
|
D | parseVersions.h | 78 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
|
D | Versions.cpp | 693 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile() 776 … snprintf(buf, maxSize, "%s profile; removed in version %d", ProfileName(profile), removedVersion); in requireNotRemoved()
|
D | ShaderLang.cpp | 890 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred() 892 << version << ", " << ProfileName(profile) << ")\n"; in ProcessDeferred()
|
/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()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 793 const Twine &ProfileName) { in setPGOUseInstrumentor() argument 794 auto ReaderOrErr = llvm::IndexedInstrProfReader::create(ProfileName); in setPGOUseInstrumentor()
|
/external/rust/crates/libc/src/ |
D | psp.rs | 1338 ProfileName,
|