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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 361 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
362 void CreateModuleSlot(const GlobalValue *V);
453 CreateModuleSlot(I);
469 CreateModuleSlot(I);
568 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
569 void SlotTracker::CreateModuleSlot(const GlobalValue *V) {
597 /// CreateModuleSlot - Insert the specified MDNode* into the slot table.
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 665 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
666 void CreateModuleSlot(const GlobalValue *V);
804 CreateModuleSlot(&Var);
810 CreateModuleSlot(&A);
815 CreateModuleSlot(&I);
827 CreateModuleSlot(&F);
    [all...]

Completed in 66 milliseconds