Searched refs:DIBlockByRefStruct (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp988 unsigned DIBlockByRefStruct = 1 << 4; local
989 AssertDI((N.getFlags() & DIBlockByRefStruct) == 0,
990 "DIBlockByRefStruct on DICompositeType is no longer supported", &N);

Completed in 62 milliseconds