Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/
H A DMSFBuilderTest.cpp91 auto &Msf = *ExpectedMsf; in TEST_F()
112 auto &Msf = *ExpectedMsf; in TEST_F()
146 auto &Msf = *ExpectedMsf; in TEST_F()
163 auto &Msf = *ExpectedMsf; in TEST_F()
185 auto &Msf = *ExpectedMsf; in TEST_F()
206 auto &Msf = *ExpectedMsf; in TEST_F()
227 auto &Msf = *ExpectedMsf; in TEST_F()
247 auto &Msf = *ExpectedMsf; in TEST_F()
260 auto &Msf = *ExpectedMsf; in TEST_F()
281 auto &Msf = *ExpectedMsf; in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp47 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize() local
48 if (!ExpectedMsf) in initialize()
49 return ExpectedMsf.takeError(); in initialize()
50 Msf = std::make_unique<MSFBuilder>(std::move(*ExpectedMsf)); in initialize()