Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp404 llvm::MDNode *ExportFunc = ExportFuncMetadata->getOperand(i); in compile() local
405 if (ExportFunc != NULL && ExportFunc->getNumOperands() > 0) { in compile()
406 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in compile()
622 llvm::MDNode *ExportFunc = ExportFuncMetadata->getOperand(i); in runCodeGen() local
623 if (ExportFunc != NULL && ExportFunc->getNumOperands() > 0) { in runCodeGen()
624 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in runCodeGen()
705 llvm::MDNode *ExportFunc = ExportFuncMetadata->getOperand(i); in runLTO() local
706 if (ExportFunc != NULL && ExportFunc->getNumOperands() > 0) { in runLTO()
707 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in runLTO()