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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 82 static const llvm::StringRef ObjectSlotMetadataName;
Compiler.cpp 117 const llvm::StringRef Compiler::ObjectSlotMetadataName = "#rs_object_slots";
337 ObjectSlotMetadata = mModule->getNamedMetadata(ObjectSlotMetadataName);
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 50 static const llvm::StringRef ObjectSlotMetadataName = "#rs_object_slots";
243 module->getNamedMetadata(ObjectSlotMetadataName);

Completed in 481 milliseconds