Home
last modified time | relevance | path

Searched refs:runCodeGen (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.h168 int runCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM,
DCompiler.cpp346 if (runCodeGen(new llvm::TargetData(*TD), TM, in compile()
522 int Compiler::runCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM, in runCodeGen() function in bcc::Compiler