Home
last modified time | relevance | path

Searched defs:createFunction (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp423 TEST_F(IRBuilderTest, createFunction) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp163 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp215 llvm::Function *createFunction(llvm::Module &module, in createFunction() function
/external/llvm/lib/IR/
DDIBuilder.cpp628 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp752 DISubprogram *DIBuilder::createFunction( in createFunction() function in DIBuilder
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp591 static ::llvm::Function *createFunction(const char *name, ::llvm::Type *retTy, const std::vector<::… in createFunction() function
743 void Nucleus::createFunction(Type *ReturnType, const std::vector<Type *> &Params) in createFunction() function in rr::Nucleus
DSubzeroReactor.cpp91 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::… in createFunction() function
1048 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> &paramTypes) in createFunction() function in rr::Nucleus