Searched refs:MDs (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp78 SmallVector<std::pair<unsigned, MDNode *>, 8> MDs; local
107 MDs.clear();
108 I.getAllMetadataOtherThanDebugLoc(MDs);
109 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
110 EnumerateMetadata(MDs[i].second);
284 MDs.push_back(MD);
285 MDValueMap[MD] = MDs.size();
297 MDs.push_back(Local);
298 MDValueID = MDs.size();
459 NumModuleMDs = MDs
[all...]
H A DValueEnumerator.h59 std::vector<const llvm::Metadata *> MDs; member in class:llvm_2_9::ValueEnumerator
151 const std::vector<const llvm::Metadata *> &getMDs() const { return MDs; }
H A DBitcodeWriter.cpp601 const auto &MDs = VE.getMDs(); local
602 if (MDs.empty() && M->named_metadata_empty())
648 for (const Metadata *MD : MDs) {
697 const SmallVectorImpl<const LocalAsMetadata *> &MDs = local
699 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
700 assert(MDs[i] && "Expected valid function-local metadata");
705 WriteValueAsMetadata(MDs[i], VE, Stream, Record);
721 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
726 MDs.clear();
727 I->getAllMetadataOtherThanDebugLoc(MDs);
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp78 SmallVector<std::pair<unsigned, MDNode *>, 8> MDs; local
107 MDs.clear();
108 I.getAllMetadataOtherThanDebugLoc(MDs);
109 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
110 EnumerateMetadata(MDs[i].second);
284 MDs.push_back(MD);
285 MDValueMap[MD] = MDs.size();
297 MDs.push_back(Local);
298 MDValueID = MDs.size();
459 NumModuleMDs = MDs
[all...]
H A DValueEnumerator.h59 std::vector<const llvm::Metadata *> MDs; member in class:llvm_2_9_func::ValueEnumerator
151 const std::vector<const llvm::Metadata *> &getMDs() const { return MDs; }
H A DBitcodeWriter.cpp599 const auto &MDs = VE.getMDs(); local
600 if (MDs.empty() && M->named_metadata_empty())
646 for (const Metadata *MD : MDs) {
695 const SmallVectorImpl<const LocalAsMetadata *> &MDs = local
697 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
698 assert(MDs[i] && "Expected valid function-local metadata");
703 WriteValueAsMetadata(MDs[i], VE, Stream, Record);
719 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
724 MDs.clear();
725 I->getAllMetadataOtherThanDebugLoc(MDs);
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp78 SmallVector<std::pair<unsigned, MDNode *>, 8> MDs; local
107 MDs.clear();
108 I.getAllMetadataOtherThanDebugLoc(MDs);
109 for (unsigned i = 0, e = MDs.size(); i != e; ++i)
110 EnumerateMetadata(MDs[i].second);
284 MDs.push_back(MD);
285 MDValueMap[MD] = MDs.size();
297 MDs.push_back(Local);
298 MDValueID = MDs.size();
459 NumModuleMDs = MDs
[all...]
H A DValueEnumerator.h62 std::vector<const llvm::Metadata *> MDs; member in class:llvm_3_2::ValueEnumerator
154 const std::vector<const llvm::Metadata *> &getMDs() const { return MDs; }
H A DBitcodeWriter.cpp628 const auto &MDs = VE.getMDs(); local
629 if (MDs.empty() && M->named_metadata_empty())
675 for (const Metadata *MD : MDs) {
724 const SmallVectorImpl<const LocalAsMetadata *> &MDs = local
726 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
727 assert(MDs[i] && "Expected valid function-local metadata");
732 WriteValueAsMetadata(MDs[i], VE, Stream, Record);
748 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; local
753 MDs.clear();
754 I->getAllMetadataOtherThanDebugLoc(MDs);
[all...]

Completed in 39 milliseconds