• Home
  • Raw
  • Download

Lines Matching refs:CheckFailed

215   void CheckFailed(const Twine &Message) {  in CheckFailed()  function
226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function
227 CheckFailed(Message); in CheckFailed()
547 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false)
611 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue()
614 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue()
620 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue()
1462 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags()
1468 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1665 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument", in verifyAttributeTypes()
1672 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes()
1678 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes()
1951 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V); in verifyFunctionAttrs()
1956 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
1976 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V); in verifyFunctionAttrs()
1986 CheckFailed( in verifyFunctionAttrs()
1996 CheckFailed( in verifyFunctionAttrs()
4263 CheckFailed("!prof branch_weights are not allowed for this instruction", in visitProfMetadata()
4323 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()
5594 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { in CheckFailed() function in TBAAVerifier
5596 return Diagnostic->CheckFailed(Args...); in CheckFailed()
5602 CheckFailed(__VA_ARGS__); \
5614 CheckFailed("Base nodes must have at least two operands", &I, BaseNode); in verifyTBAABaseNode()
5643 CheckFailed("Access tag nodes must have the number of operands that is a " in verifyTBAABaseNodeImpl()
5649 CheckFailed("Struct tag nodes must have an odd number of operands!", in verifyTBAABaseNodeImpl()
5660 CheckFailed("Type size nodes must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5667 CheckFailed("Struct tag nodes have a string as their first operand", in verifyTBAABaseNodeImpl()
5686 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5694 CheckFailed("Offset entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5703 CheckFailed( in verifyTBAABaseNodeImpl()
5719 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5729 CheckFailed("Member size entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5801 CheckFailed("Could not find TBAA parent in struct type node", &I, in getFieldNodeFromTBAABaseNode()
5904 CheckFailed("Cycle detected in struct path", &I, MD); in visitTBAAMetadata()