Searched defs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfUnit.cpp | 863 bool isPrototyped = true; constructTypeDIE() local |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugInfoMetadata.h | 1825 bool isPrototyped() const { return getFlags() & FlagPrototyped; } isPrototyped() function |