Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp719 bool isPrototyped = true; in constructTypeDIE() local
726 isPrototyped = false; in constructTypeDIE()
734 if (isPrototyped) in constructTypeDIE()
DDwarfDebug.cpp349 if (SP.isPrototyped()) in createSubprogramDIE()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h508 bool isPrototyped() const { in isPrototyped() function