Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Verifier/
H A Dblockbyref.ll3 ; CHECK: DIBlockByRefStruct on DICompositeType is no longer supported
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp1168 unsigned DIBlockByRefStruct = 1 << 4; in visitDICompositeType() local
1169 CheckDI((N.getFlags() & DIBlockByRefStruct) == 0, in visitDICompositeType()