Home
last modified time | relevance | path

Searched refs:ProfileName (Results 1 – 7 of 7) 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/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h65 inline const char* ProfileName(EProfile profile) in ProfileName() function
DVersions.cpp499 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
622 … snprintf(buf, maxSize, "%s profile; removed in version %d", ProfileName(profile), removedVersion); in requireNotRemoved()
DShaderLang.cpp846 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred()
848 << 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/syzkaller/sys/windows/
Dwindows.txt2285 RpcNsProfileDeleteA(ProfileNameSyntax int32, ProfileName ptr[inout, int8])
2286 RpcNsProfileEltAddA(ProfileNameSyntax int32, ProfileName ptr[inout, int8], IfId ptr[inout, intptr],…
2287 RpcNsProfileEltRemoveA(ProfileNameSyntax int32, ProfileName ptr[inout, int8], IfId ptr[inout, intpt…
2288 RpcNsProfileEltInqBeginA(ProfileNameSyntax int32, ProfileName ptr[inout, int8], InquiryType int32, …