Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp994 if (CTy->isTypePassByValue()) in constructTypeDIE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h788 bool isTypePassByValue() const { return getFlags() & FlagTypePassByValue; } in isTypePassByValue() function