Searched defs:ObjectSlotMetadataName (Results 1 - 3 of 3) sorted by relevance

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

Completed in 58 milliseconds