Searched refs:ExportFunc (Results 1 – 1 of 1) sorted by relevance
404 llvm::MDNode *ExportFunc = ExportFuncMetadata->getOperand(i); in compile() local405 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() local623 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() local706 if (ExportFunc != NULL && ExportFunc->getNumOperands() > 0) { in runLTO()707 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in runLTO()