Home
last modified time | relevance | path

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

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