Home
last modified time | relevance | path

Searched refs:getFpmStreamLayout (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
DMSFCommonTest.cpp106 MSFStreamLayout SL = getFpmStreamLayout(L, false, false); in TEST()
111 SL = getFpmStreamLayout(L, false, true); in TEST()
118 SL = getFpmStreamLayout(L, false, false); in TEST()
124 SL = getFpmStreamLayout(L, false, true); in TEST()
134 SL = getFpmStreamLayout(L, true, false); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp85 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream()
360 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream()
362 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm)); in createFpmStream()
DMSFCommon.cpp63 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf, in getFpmStreamLayout() function in llvm::msf
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h87 MSFStreamLayout getFpmStreamLayout(const MSFLayout &Msf,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h90 msf::MSFStreamLayout getFpmStreamLayout() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp252 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout() function in PDBFile
253 return msf::getFpmStreamLayout(ContainerLayout); in getFpmStreamLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp471 msf::MSFStreamLayout FpmLayout = File.getFpmStreamLayout(); in dumpFpm()