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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFCommon.cpp 65 bool AltFpm) {
68 getNumFpmIntervals(Msf, IncludeUnusedFpmData, AltFpm);
70 uint32_t FpmBlock = AltFpm ? Msf.alternateFpmBlock() : Msf.mainFpmBlock();
MappedBlockStream.cpp 352 bool AltFpm) {
360 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm));
362 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFCommon.h 89 bool AltFpm = false);
151 bool AltFpm = false) {
154 AltFpm ? L.alternateFpmBlock() : L.mainFpmBlock());
MappedBlockStream.h 125 BumpPtrAllocator &Allocator, bool AltFpm = false);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 201 uint32_t AltFpm = Layout.alternateFpmBlock();
206 assert((Fpm == MainFpm) || (Fpm == AltFpm));
207 (void)AltFpm;

Completed in 873 milliseconds