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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 864 bool isPrototyped = true;
866 isPrototyped = false;
873 if (isPrototyped &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 744 bool isPrototyped = true;
751 isPrototyped = false;
759 if (isPrototyped)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 523 /// isPrototyped - Return true if this subprogram is prototyped.
524 bool isPrototyped() const {