Searched refs:Names (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h65 bool populateForEachMetadata(const llvm::NamedMDNode *Names,
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp328 const llvm::NamedMDNode *Names,
330 if (!Names && !Signatures) {
378 if (Names) {
380 llvm::MDNode *Name = Names->getOperand(i);
327 populateForEachMetadata( const llvm::NamedMDNode *Names, const llvm::NamedMDNode *Signatures) argument
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp725 SmallVector<StringRef, 4> Names; local
726 M->getMDKindNames(Names);
728 if (Names.empty()) return;
732 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
734 StringRef KName = Names[MDKindID];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp679 SmallVector<StringRef, 4> Names; local
680 M->getMDKindNames(Names);
682 if (Names.empty()) return;
686 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
688 StringRef KName = Names[MDKindID];
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp717 SmallVector<StringRef, 4> Names; local
718 M->getMDKindNames(Names);
720 if (Names.empty()) return;
724 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
726 StringRef KName = Names[MDKindID];

Completed in 753 milliseconds