Home
last modified time | relevance | path

Searched defs:FnName (Results 1 – 12 of 12) sorted by relevance

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr()
DFuzzerExtFunctionsWeak.cpp33 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr()
DFuzzerExtFunctionsWeakAlias.cpp34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
DFuzzerLoop.cpp45 static void MissingExternalApiFunction(const char *FnName) { in MissingExternalApiFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp738 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/
DIntelJITEventListener.cpp78 const char* FnName, in FunctionDescToIntelJITFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp459 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/
DMemoryBuiltins.cpp138 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/
DWholeProgramDevirt.cpp1206 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/
DCompileOnDemandLayer.h597 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/
DExecutionEngine.cpp156 Function *ExecutionEngine::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3261 StringRef FnName = CI->getCalledFunction()->getName(); in getVectorCallCost() local
4342 StringRef FnName = CI->getCalledFunction()->getName(); in widenInstruction() local