Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp376 llvm::MDNode *ExportVar = ExportVarMetadata->getOperand(i); in compile() local
377 if (ExportVar != NULL && ExportVar->getNumOperands() > 1) { in compile()
378 llvm::Value *ExportVarNameMDS = ExportVar->getOperand(0); in compile()
579 llvm::MDNode *ExportVar = ExportVarMetadata->getOperand(i); in runCodeGen() local
580 if (ExportVar != NULL && ExportVar->getNumOperands() > 1) { in runCodeGen()
581 llvm::Value *ExportVarNameMDS = ExportVar->getOperand(0); in runCodeGen()
691 llvm::MDNode *ExportVar = ExportVarMetadata->getOperand(i); in runLTO() local
692 if (ExportVar != NULL && ExportVar->getNumOperands() > 1) { in runLTO()
693 llvm::Value *ExportVarNameMDS = ExportVar->getOperand(0); in runLTO()