HomeSort by: relevance | last modified time | path
    Searched refs:IsForDebug (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 84 /// If IsForDebug is false, then only the name of the register bank
88 void print(raw_ostream &OS, bool IsForDebug = false,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Comdat.h 47 void print(raw_ostream &OS, bool IsForDebug = false) const;
Value.h 237 void print(raw_ostream &O, bool IsForDebug = false) const;
239 bool IsForDebug = false) const;
BasicBlock.h 291 bool IsForDebug = false) const;
Metadata.h 125 bool IsForDebug = false) const;
127 bool IsForDebug = false) const;
1464 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1466 bool IsForDebug = false) const;
Type.h 122 void print(raw_ostream &O, bool IsForDebug = false,
Function.h 860 bool IsForDebug = false) const;
Module.h 802 bool IsForDebug = false) const;
ModuleSummaryIndex.h 1512 void print(raw_ostream &OS, bool IsForDebug = false) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp 83 print(dbgs(), /* IsForDebug */ true, TRI);
87 void RegisterBank::print(raw_ostream &OS, bool IsForDebug,
90 if (!IsForDebug)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 2589 bool IsForDebug;
2600 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2604 const ModuleSummaryIndex *Index, bool IsForDebug);
2682 bool IsForDebug, bool ShouldPreserveUseListOrder)
2684 IsForDebug(IsForDebug),
2694 const ModuleSummaryIndex *Index, bool IsForDebug)
2696 IsForDebug(IsForDebug), ShouldPreserveUseListOrder(false) {}
3744 if (F->isDeclaration() && !IsForDebug) {
    [all...]

Completed in 25 milliseconds