Home
last modified time | relevance | path

Searched refs:isPrototyped (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r264826-llvm-r202188-variadic-fn-debug-info.diff125 bool isPrototyped = true;
131 - isPrototyped = false;
141 + isPrototyped = false;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1188 bool isPrototyped = true; in constructTypeDIE() local
1191 isPrototyped = false; in constructTypeDIE()
1198 if (isPrototyped && in constructTypeDIE()
1456 if (SP.isPrototyped() && in getOrCreateSubprogramDIE()
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h469 bool isPrototyped() const { in isPrototyped() function