Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp751 DISubprogram DIBuilder::createFunction(DIDescriptor Context, in createFunction() function in DIBuilder
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp220 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/src/Reactor/
DNucleus.cpp292 llvm::Function *Nucleus::createFunction(llvm::Type *ReturnType, std::vector<llvm::Type*> &Params) in createFunction() function in sw::Nucleus