Home
last modified time | relevance | path

Searched refs:AssertionInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DTGParser.h44 std::unique_ptr<Record::AssertionInfo> Assertion;
52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry()
DTGParser.cpp439 Dest->push_back(std::make_unique<Record::AssertionInfo>( in resolve()
3310 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition, in ParseAssert()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1474 struct AssertionInfo { struct
1481 AssertionInfo(SMLoc Loc, Init *Condition, Init *Message) in AssertionInfo() argument
1494 SmallVector<AssertionInfo, 0> Assertions;
1569 ArrayRef<AssertionInfo> getAssertions() const { return Assertions; } in getAssertions()
1627 Assertions.push_back(AssertionInfo(Loc, Condition, Message)); in addAssertion()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMinidumpConstants.def61 HANDLE_MDMP_STREAM_TYPE(0x47670002, AssertionInfo)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp663 ENUM_TO_CSTR(AssertionInfo); in GetStreamTypeAsString()