OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MDForInst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
TypeFinder.cpp
43
SmallVector<std::pair<unsigned, MDNode*>, 4>
MDForInst
;
69
I.getAllMetadataOtherThanDebugLoc(
MDForInst
);
70
for (unsigned i = 0, e =
MDForInst
.size(); i != e; ++i)
71
incorporateMDNode(
MDForInst
[i].second);
73
MDForInst
.clear();
AsmWriter.cpp
508
SmallVector<std::pair<unsigned, MDNode*>, 4>
MDForInst
;
543
I->getAllMetadata(
MDForInst
);
544
for (unsigned i = 0, e =
MDForInst
.size(); i != e; ++i)
545
CreateMetadataSlot(
MDForInst
[i].second);
546
MDForInst
.clear();
[
all
...]
Completed in 215 milliseconds