/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerExtFunctionsDlsym.cpp | 24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr()
|
H A D | FuzzerExtFunctionsWeak.cpp | 34 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr()
|
H A D | FuzzerExtFunctionsWeakAlias.cpp | 34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy.cpp | 519 std::string FnName; in ParsePrototype() local 730 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction() 780 std::string FnName = F->getName(); in getPointerToFunction() local 1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen() local
|
H A D | toy-jit.cpp | 518 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 540 std::string FnName; in ParsePrototype() local 819 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction() 869 std::string FnName = F->getName(); in getPointerToFunction() local 1301 std::string FnName = MakeLegalFunctionName(Name); in Codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 559 std::string FnName; in ParsePrototype() local 887 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction() 1003 std::string FnName = F->getName(); in getPointerToFunction() local 1379 std::string FnName; in Codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 465 Function *MCJIT::FindFunctionNamedInModulePtrSet(StringRef FnName, in FindFunctionNamedInModulePtrSet() 489 Function *MCJIT::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 235 SmallString<256> FnName; in createAtExitStub() local 476 SmallString<256> FnName; in EmitCXXGlobalVarDeclInitFunc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 517 std::string FnName; in ParsePrototype() local 720 Function *MCJITHelper::getFunction(const std::string FnName) { in getFunction() 1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/ |
H A D | toy.cpp | 324 std::string FnName = IdentifierStr; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 161 const char* FnName, in FunctionDescToIntelJITFormat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 351 std::string FnName = IdentifierStr; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 144 StringRef FnName = Callee->getName(); in getAllocationDataForFunction() local 493 StringRef FnName = Callee->getName(); in isFreeCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 361 std::string FnName = IdentifierStr; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 328 std::string FnName; member in __anon3767b1220411::ReduceCrashingFunctionAttributes 332 ReduceCrashingFunctionAttributes(BugDriver &bd, const std::string &FnName, in ReduceCrashingFunctionAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1407 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt() 1514 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt() 1583 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 488 std::string FnName = IdentifierStr; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 537 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 605 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 610 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 605 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 605 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 588 std::string FnName; in ParsePrototype() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 611 std::string FnName; in ParsePrototype() local
|