HomeSort by: relevance | last modified time | path
    Searched refs:Fpm (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MSFBuilder.h 65 void setFreePageMap(uint32_t Fpm);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 161 P.printLine("which contains the index of the FPM block (e.g. 1 or 2).");
203 uint32_t Fpm = isPdbFpm1() ? 1 : 2;
205 assert((Fpm == MainFpm) || (Fpm == AltFpm));
207 bool IsMain = (Fpm == MainFpm);
208 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt");
212 P.printLine("Address is in extraneous FPM space.");
llvm-pdbutil.h 118 extern llvm::cl::opt<bool> Fpm;
BytesOutputStyle.cpp 123 if (opts::bytes::Fpm) {
llvm-pdbutil.cpp 394 cl::opt<bool> Fpm("fpm", cl::desc("Dump free page map"),
  /src/external/apache2/llvm/dist/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
317 // We only need to create the alt fpm stream so that it gets initialized.

Completed in 50 milliseconds