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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 81 static const llvm::StringRef ExportFuncMetadataName;
Compiler.cpp 113 const llvm::StringRef Compiler::ExportFuncMetadataName = "#rs_export_func";
338 ExportFuncMetadata = mModule->getNamedMetadata(ExportFuncMetadataName);
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 42 static const llvm::StringRef ExportFuncMetadataName = "#rs_export_func";
237 module->getNamedMetadata(ExportFuncMetadataName);

Completed in 743 milliseconds