Home
last modified time | relevance | path

Searched refs:Fpm (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp203 uint32_t Fpm = isPdbFpm1() ? 1 : 2; in explainPdbFpmBlockOffset() local
205 assert((Fpm == MainFpm) || (Fpm == AltFpm)); in explainPdbFpmBlockOffset()
207 bool IsMain = (Fpm == MainFpm); in explainPdbFpmBlockOffset()
208 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt"); in explainPdbFpmBlockOffset()
Dllvm-pdbutil.h118 extern llvm::cl::opt<bool> Fpm;
DBytesOutputStyle.cpp123 if (opts::bytes::Fpm) { in dump()
Dllvm-pdbutil.cpp394 cl::opt<bool> Fpm("fpm", cl::desc("Dump free page map"), variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h65 void setFreePageMap(uint32_t Fpm);
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h65 void setFreePageMap(uint32_t Fpm);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp82 void MSFBuilder::setFreePageMap(uint32_t Fpm) { FreePageMap = Fpm; } in setFreePageMap() argument
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp82 void MSFBuilder::setFreePageMap(uint32_t Fpm) { FreePageMap = Fpm; } in setFreePageMap() argument