Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Symbol/
H A DSymtabTest.cpp47 bool uuid_mismatch = false; in EncodeDecode() local
48 decoded_object.Decode(data, &data_offset, uuid_mismatch); in EncodeDecode()
692 bool uuid_mismatch = false; // Gets set to true if signature doesn't match. in TEST_F() local
693 const bool success = symtab.Decode(data, &data_offset, uuid_mismatch); in TEST_F()
695 ASSERT_EQ(uuid_mismatch, false); in TEST_F()
/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h156 bool &uuid_mismatch);