Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp406 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in compile() local
407 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in compile()
409 static_cast<llvm::MDString*>(ExportFuncNameMDS)->getString(); in compile()
624 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in runCodeGen() local
625 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in runCodeGen()
627 static_cast<llvm::MDString*>(ExportFuncNameMDS)->getString(); in runCodeGen()
707 llvm::Value *ExportFuncNameMDS = ExportFunc->getOperand(0); in runLTO() local
708 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in runLTO()
710 static_cast<llvm::MDString*>(ExportFuncNameMDS)->getString(); in runLTO()