|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/llvm-pdbutil/LinePrinter.h 25 class MSFStreamLayout;
References
include/llvm/DebugInfo/MSF/MSFCommon.h 86 MSFStreamLayout getFpmStreamLayout(const MSFLayout &Msf,
include/llvm/DebugInfo/MSF/MappedBlockStream.h 44 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
79 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
83 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; }
91 const MSFStreamLayout StreamLayout;
110 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
140 const MSFStreamLayout &getStreamLayout() const {
150 const MSFStreamLayout &StreamLayout,
include/llvm/DebugInfo/PDB/Native/PDBFile.h 94 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
95 msf::MSFStreamLayout getFpmStreamLayout() const;
lib/DebugInfo/MSF/MSFCommon.cpp 62 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf,
65 MSFStreamLayout FL;
lib/DebugInfo/MSF/MappedBlockStream.cpp 32 MappedBlockStreamImpl(Args &&... Params)
46 const MSFStreamLayout &Layout,
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData,
63 MSFStreamLayout SL;
74 MSFStreamLayout SL;
84 MSFStreamLayout SL(getFpmStreamLayout(Layout));
311 uint32_t BlockSize, const MSFStreamLayout &Layout,
318 const MSFStreamLayout &Layout,
331 MSFStreamLayout SL;
341 MSFStreamLayout SL;
359 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm));
361 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm));
lib/DebugInfo/PDB/Native/PDBFile.cpp 245 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const {
246 MSFStreamLayout Result;
253 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const {
tools/llvm-pdbutil/BytesOutputStyle.cpp 203 auto Layout = File.getStreamLayout(StreamPDB);
233 auto Layout = File.getStreamLayout(StreamDBI);
244 auto Layout = File.getStreamLayout(StreamDBI);
255 auto Layout = File.getStreamLayout(StreamDBI);
266 auto Layout = File.getStreamLayout(StreamDBI);
277 auto Layout = File.getStreamLayout(StreamDBI);
288 auto Layout = File.getStreamLayout(StreamDBI);
307 auto Layout = File.getStreamLayout(StreamIdx);
349 auto Layout = File.getStreamLayout(ModiStream);
468 msf::MSFStreamLayout FpmLayout = File.getFpmStreamLayout();
tools/llvm-pdbutil/ExplainOutputStyle.cpp 248 const auto &Layout = File.pdb().getStreamLayout(Stream);
tools/llvm-pdbutil/LinePrinter.cpp 139 const msf::MSFStreamLayout &Layout) {
208 auto Layout = File.getStreamLayout(StreamIdx);
213 const msf::MSFStreamLayout &Stream,
247 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) {
tools/llvm-pdbutil/LinePrinter.h 60 const msf::MSFStreamLayout &Stream,
62 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
unittests/DebugInfo/MSF/MSFCommonTest.cpp 105 MSFStreamLayout SL = getFpmStreamLayout(L, false, false);
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp 65 MSFStreamLayout layout() const {
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h 824 make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };