Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp892 bool isPrototyped = true; in constructTypeDIE() local
894 isPrototyped = false; in constructTypeDIE()
901 if (isPrototyped && in constructTypeDIE()
1205 if (SP->isPrototyped() && in applySubprogramAttributes()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1326 bool isPrototyped() const { return getFlags() & FlagPrototyped; }