reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/MSF/MSFBuilder.cpp
  308   L.FreePageMap = FreeBlocks;
  328           (BI < Layout.SB->NumBlocks) ? Layout.FreePageMap.test(BI) : true;
lib/DebugInfo/PDB/Native/PDBFile.cpp
  140   ContainerLayout.FreePageMap.resize(SB->NumBlocks);
  166         ContainerLayout.FreePageMap[BI] = true;
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  143   bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()];
unittests/DebugInfo/MSF/MSFBuilderTest.cpp
  387     EXPECT_FALSE(L.FreePageMap.test(2 + I * 4096));
  388     EXPECT_FALSE(L.FreePageMap.test(1 + I * 4096));