Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp50 static const llvm::StringRef ObjectSlotMetadataName = "#rs_object_slots"; variable
243 module->getNamedMetadata(ObjectSlotMetadataName); in extract()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.h82 static const llvm::StringRef ObjectSlotMetadataName; variable
DCompiler.cpp117 const llvm::StringRef Compiler::ObjectSlotMetadataName = "#rs_object_slots"; member in bcc::Compiler
337 ObjectSlotMetadata = mModule->getNamedMetadata(ObjectSlotMetadataName); in compile()