Home
last modified time | relevance | path

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

12

/external/llvm/lib/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr()
DFuzzerExtFunctionsWeak.cpp32 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr()
DFuzzerLoop.cpp39 static void MissingExternalApiFunction(const char *FnName) { in MissingExternalApiFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, in InsertProfilingInitCall()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp519 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
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp199 SmallString<256> FnName; in createAtExitStub() local
332 SmallString<256> FnName; in EmitCXXGlobalVarDeclInitFunc() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp559 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
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp540 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
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp78 const char* FnName, in FunctionDescToIntelJITFormat()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp445 Function *MCJIT::FindFunctionNamedInModulePtrSet(const char *FnName, in FindFunctionNamedInModulePtrSet()
469 Function *MCJIT::FindFunctionNamed(const char *FnName) { in FindFunctionNamed()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp517 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
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
Dtoy.cpp287 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp330 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp132 StringRef FnName = Callee->getName(); in getAllocationData() local
318 StringRef FnName = Callee->getName(); in isFreeCall() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h404 std::string FnName = mangle(SubF->getName(), SrcM.getDataLayout()); in extractAndCompile() local
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp340 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp299 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp306 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp349 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2190 std::string *FnName) { in GenerateTargetSpecificAttrChecks()
2677 std::string FnName = "is" + Subject.getName(); in GenerateCustomAppertainsTo() local
2726 std::string FnName = "check" + Attr.getName() + "AppertainsTo"; in GenerateAppertainsTo() local
2781 std::string FnName = "check", Test; in GenerateLangOptRequirements() local
2852 std::string FnName = "isTarget"; in GenerateTargetRequirements() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp474 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp407 std::string FnName = IdentifierStr; in ParsePrototype() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp450 std::string FnName; in ParsePrototype() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp522 std::string FnName; in ParsePrototype() local
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp132 StringRef FnName = F->getName(); in hasMemoryWrite() local

12