Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1006 if (CTy->isAppleBlockExtension()) in constructTypeDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h777 bool isAppleBlockExtension() const { return getFlags() & FlagAppleBlock; } in isAppleBlockExtension() function