Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp988 unsigned DIBlockByRefStruct = 1 << 4; in visitDICompositeType() local
989 AssertDI((N.getFlags() & DIBlockByRefStruct) == 0, in visitDICompositeType()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DVerifier.cpp1197 unsigned DIBlockByRefStruct = 1 << 4; in visitDICompositeType() local
1198 CheckDI((N.getFlags() & DIBlockByRefStruct) == 0, in visitDICompositeType()