Searched defs:ExpectedMsf (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/ |
D | MSFBuilderTest.cpp | 90 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096, NumBlocks); in TEST_F() local 111 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 145 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 162 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 184 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 205 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 226 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 246 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 259 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local 280 auto ExpectedMsf = MSFBuilder::create(Allocator, 4096); in TEST_F() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 43 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize() local
|