Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFCommon.cpp64 bool AltFpm) { in getFpmStreamLayout() argument
67 getNumFpmIntervals(Msf, IncludeUnusedFpmData, AltFpm); in getFpmStreamLayout()
69 uint32_t FpmBlock = AltFpm ? Msf.alternateFpmBlock() : Msf.mainFpmBlock(); in getFpmStreamLayout()
DMappedBlockStream.cpp351 bool AltFpm) { in createFpmStream() argument
359 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream()
361 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm)); in createFpmStream()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMSFCommon.cpp64 bool AltFpm) { in getFpmStreamLayout() argument
67 getNumFpmIntervals(Msf, IncludeUnusedFpmData, AltFpm); in getFpmStreamLayout()
69 uint32_t FpmBlock = AltFpm ? Msf.alternateFpmBlock() : Msf.mainFpmBlock(); in getFpmStreamLayout()
DMappedBlockStream.cpp350 bool AltFpm) { in createFpmStream() argument
358 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream()
360 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm)); in createFpmStream()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h88 bool AltFpm = false);
150 bool AltFpm = false) {
153 AltFpm ? L.alternateFpmBlock() : L.mainFpmBlock());
DMappedBlockStream.h124 BumpPtrAllocator &Allocator, bool AltFpm = false);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h88 bool AltFpm = false);
173 bool AltFpm = false) {
176 AltFpm ? L.alternateFpmBlock() : L.mainFpmBlock());
DMappedBlockStream.h122 BumpPtrAllocator &Allocator, bool AltFpm = false);