Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp580 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in clone() local
581 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()
582 for (const auto &MD : TheMDs) in clone()