HomeSort by relevance Sort by last modified time
    Searched refs:Fpm (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFBuilder.h 66 void setFreePageMap(uint32_t Fpm);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 162 P.printLine("which contains the index of the FPM block (e.g. 1 or 2).");
204 uint32_t Fpm = isPdbFpm1() ? 1 : 2;
206 assert((Fpm == MainFpm) || (Fpm == AltFpm));
208 bool IsMain = (Fpm == MainFpm);
209 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt");
213 P.printLine("Address is in extraneous FPM space.");
llvm-pdbutil.h 115 extern llvm::cl::opt<bool> Fpm;
BytesOutputStyle.cpp 124 if (opts::bytes::Fpm) {
llvm-pdbutil.cpp 345 cl::opt<bool> Fpm("fpm", cl::desc("Dump free page map"),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 83 void MSFBuilder::setFreePageMap(uint32_t Fpm) { FreePageMap = Fpm; }
117 // If we crossed over an fpm page, we actually need to allocate 2 extra
118 // blocks for each FPM group crossed and mark both blocks from the group as
119 // used. FPM blocks are marked as allocated regardless of whether or not
121 // that not only are extraneous blocks at the end of the main FPM marked as
122 // allocated, but also blocks from the alternate FPM are always marked as
319 // We only need to create the alt fpm stream so that it gets initialized.

Completed in 1286 milliseconds