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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 364 /// CreateMetadataSlot - Insert the specified MDNode* into the slot table.
365 void CreateMetadataSlot(const MDNode *N);
462 CreateMetadataSlot(NMD->getOperand(i));
508 CreateMetadataSlot(N);
514 CreateMetadataSlot(MDForInst[i].second);
598 void SlotTracker::CreateMetadataSlot(const MDNode *N) {
615 CreateMetadataSlot(Op);
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 668 /// CreateMetadataSlot - Insert the specified MDNode* into the slot table.
669 void CreateMetadataSlot(const MDNode *N);
821 CreateMetadataSlot(NMD.getOperand(i));
893 CreateMetadataSlot(MD.second);
912 CreateMetadataSlot(N);
918 CreateMetadataSlot(MD.second);
    [all...]

Completed in 281 milliseconds