Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp473 InlineInfo ContainsEmpty; in TEST() local
474 ContainsEmpty.Ranges.insert({0x100, 0x200}); in TEST()
475 ContainsEmpty.Children.push_back(Empty); in TEST()
476 TestInlineInfoEncodeError(llvm::support::little, ContainsEmpty, EmptyErr); in TEST()
477 TestInlineInfoEncodeError(llvm::support::big, ContainsEmpty, EmptyErr); in TEST()