Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp107 llvm::Value *SlotMDS = ObjectSlot->getOperand(0); in populateObjectSlotMetadata() local
108 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) { in populateObjectSlotMetadata()
110 static_cast<llvm::MDString*>(SlotMDS)->getString(); in populateObjectSlotMetadata()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp484 llvm::Value *SlotMDS = ObjectSlot->getOperand(0); in compile() local
485 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) { in compile()
487 static_cast<llvm::MDString*>(SlotMDS)->getString(); in compile()