/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerExtFunctionsDlsym.cpp | 24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr()
|
D | FuzzerExtFunctionsWeak.cpp | 33 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr()
|
D | FuzzerExtFunctionsWeakAlias.cpp | 34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
|
D | FuzzerLoop.cpp | 45 static void MissingExternalApiFunction(const char *FnName) { in MissingExternalApiFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 738 const auto FnName = Ctx->getGlobalString("llvm.cttz.i32"); in Unop() local 764 const auto FnName = Ctx->getGlobalString("llvm.fabs.f32"); in Unop() local 778 const auto FnName = Ctx->getGlobalString("llvm.fabs.f64"); in Unop() local 792 const auto FnName = Ctx->getGlobalString("env$$floor_f"); in Unop() local 803 const auto FnName = Ctx->getGlobalString("env$$floor_d"); in Unop() local 814 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f32"); in Unop() local 828 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f64"); in Unop() local 1102 const auto FnName = toStdString(Module->GetName( in CallImport() local 1531 auto FnName = toStdString(Module->GetName(Import.function_name_offset, in translate() local 1629 const auto FnName = getFunctionName(Module, Fn.func_index); in translate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 78 const char* FnName, in FunctionDescToIntelJITFormat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 459 Function *MCJIT::FindFunctionNamedInModulePtrSet(StringRef FnName, in FindFunctionNamedInModulePtrSet() 483 Function *MCJIT::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 138 StringRef FnName = Callee->getName(); in getAllocationDataForFunction() local 469 StringRef FnName = Callee->getName(); in isFreeCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1206 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt() 1312 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt() 1381 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 597 std::string FnName = mangle(SubF->getName(), SrcM.getDataLayout()); in extractAndCompile() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 156 Function *ExecutionEngine::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3261 StringRef FnName = CI->getCalledFunction()->getName(); in getVectorCallCost() local 4342 StringRef FnName = CI->getCalledFunction()->getName(); in widenInstruction() local
|