HomeSort by relevance Sort by last modified time
    Searched refs:SlotMDS (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 107 llvm::Value *SlotMDS = ObjectSlot->getOperand(0);
108 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) {
110 static_cast<llvm::MDString*>(SlotMDS)->getString();
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 484 llvm::Value *SlotMDS = ObjectSlot->getOperand(0);
485 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) {
487 static_cast<llvm::MDString*>(SlotMDS)->getString();

Completed in 68 milliseconds