/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerExtFunctionsWeak.cpp | 33 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr() argument
|
H A D | FuzzerExtFunctionsDlsym.cpp | 24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
|
H A D | FuzzerExtFunctionsWeakAlias.cpp | 34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
|
H A D | FuzzerLoop.cpp | 45 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 D | IntelJITEventListener.cpp | 76 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 D | MCJIT.cpp | 459 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 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/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 175 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 D | ExecutionEngine.cpp | 156 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 D | MemoryBuiltins.cpp | 138 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 D | WholeProgramDevirt.cpp | 1206 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 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 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...] |