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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 367 /// CreateFunctionSlot - Insert the specified Value* into the slot table.
368 void CreateFunctionSlot(const Value *V);
483 CreateFunctionSlot(AI);
493 CreateFunctionSlot(BB);
498 CreateFunctionSlot(I);
586 void SlotTracker::CreateFunctionSlot(const Value *V) {
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 671 /// CreateFunctionSlot - Insert the specified Value* into the slot table.
672 void CreateFunctionSlot(const Value *V);
855 CreateFunctionSlot(&*AI);
862 CreateFunctionSlot(&BB);
866 CreateFunctionSlot(&I);
    [all...]

Completed in 189 milliseconds