Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerExtFunctionsWeak.cpp33 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr() argument
H A DFuzzerExtFunctionsDlsym.cpp24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
H A DFuzzerExtFunctionsWeakAlias.cpp34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
H A DFuzzerLoop.cpp45 static void MissingExternalApiFunction(const char *FnName) { in MissingExternalApiFunction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp76 FunctionDescToIntelJITFormat( IntelJITEventsWrapper& Wrapper, const char* FnName, uintptr_t FnStart, size_t FnSize) FunctionDescToIntelJITFormat() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp459 Function *MCJIT::FindFunctionNamedInModulePtrSet(StringRef FnName, in FindFunctionNamedInModulePtrSet() argument
483 Function *MCJIT::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A 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/include/llvm/CodeGen/
H A DMachineInstrBuilder.h175 const MachineInstrBuilder &addExternalSymbol(const char *FnName, in addExternalSymbol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp156 Function *ExecutionEngine::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp138 StringRef FnName = Callee->getName(); in getAllocationDataForFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1206 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt() argument
1312 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt() argument
1381 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A 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 in Unop() local
803 const auto FnName = Ctx->getGlobalString("env$$floor_d"); Unop() local
814 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f32"); Unop() local
828 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f64"); Unop() local
1102 const auto FnName = toStdString(Module->GetName( CallImport() local
1531 auto FnName = toStdString(Module->GetName(Import.function_name_offset, translate() local
1629 const auto FnName = getFunctionName(Module, Fn.func_index); translate() local
1640 TimerMarker T_func(getContext(), FnName); translate() local
[all...]

Completed in 15 milliseconds