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

  /external/llvm/lib/AsmParser/
LLParser.h 96 // MDRef info associated with them.
105 struct MDRef {
109 DenseMap<Instruction*, std::vector<MDRef> > ForwardRefInstMetadata;
LLParser.cpp 51 for (DenseMap<Instruction*, std::vector<MDRef> >::iterator
55 const std::vector<MDRef> &MDList = I->second;
    [all...]

Completed in 67 milliseconds