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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 312 bool FunctionProcessed;
341 FunctionProcessed = false;
423 : TheModule(M), TheFunction(0), FunctionProcessed(false),
430 : TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false),
440 if (TheFunction && !FunctionProcessed)
519 FunctionProcessed = true;
531 FunctionProcessed = false;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 591 bool FunctionProcessed;
636 FunctionProcessed = false;
774 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false),
782 FunctionProcessed(false),
792 if (TheFunction && !FunctionProcessed)
884 FunctionProcessed = true;
928 FunctionProcessed = false;
    [all...]

Completed in 89 milliseconds