OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSFLayout
(Results
1 - 25
of
25
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MSFCommon.h
52
struct
MSFLayout
{
53
MSFLayout
() = default;
87
MSFStreamLayout getFpmStreamLayout(const
MSFLayout
&Msf,
117
inline uint32_t getFpmIntervalLength(const
MSFLayout
&L) {
149
inline uint32_t getNumFpmIntervals(const
MSFLayout
&L,
MappedBlockStream.h
28
struct
MSFLayout
;
49
createIndexedStream(const
MSFLayout
&Layout, BinaryStreamRef MsfData,
53
createFpmStream(const
MSFLayout
&Layout, BinaryStreamRef MsfData,
57
createDirectoryStream(const
MSFLayout
&Layout, BinaryStreamRef MsfData,
115
createIndexedStream(const
MSFLayout
&Layout, WritableBinaryStreamRef MsfData,
119
createDirectoryStream(const
MSFLayout
&Layout,
124
createFpmStream(const
MSFLayout
&Layout, WritableBinaryStreamRef MsfData,
MSFBuilder.h
114
Expected<
MSFLayout
> generateLayout();
117
Expected<FileBufferByteStream> commit(StringRef Path,
MSFLayout
&Layout);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFileBuilder.h
82
void commitFpm(WritableBinaryStream &MsfBuffer, const msf::
MSFLayout
&Layout);
84
const msf::
MSFLayout
&Layout);
86
const msf::
MSFLayout
&Layout);
DbiModuleDescriptorBuilder.h
34
struct
MSFLayout
;
80
Error commit(BinaryStreamWriter &ModiWriter, const msf::
MSFLayout
&
MsfLayout
,
GSIStreamBuilder.h
37
struct
MSFLayout
;
53
Error commit(const msf::
MSFLayout
&Layout, WritableBinaryStreamRef Buffer);
TpiStreamBuilder.h
41
struct
MSFLayout
;
63
Error commit(const msf::
MSFLayout
&Layout, WritableBinaryStreamRef Buffer);
InfoStreamBuilder.h
51
Error commit(const msf::
MSFLayout
&Layout,
PDBStringTableBuilder.h
28
struct
MSFLayout
;
PDBFile.h
82
const msf::
MSFLayout
&getMsfLayout() const { return ContainerLayout; }
119
safelyCreateIndexedStream(const msf::
MSFLayout
&Layout,
128
msf::
MSFLayout
ContainerLayout;
DbiStreamBuilder.h
75
Error commit(const msf::
MSFLayout
&Layout, WritableBinaryStreamRef MsfBuffer);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
MSFBuilderTest.cpp
117
MSFLayout
&L1 = *ExpectedL1;
134
MSFLayout
&L2 = *ExpectedL2;
154
MSFLayout
&L1 = *ExpectedL1;
278
// Test that we can generate an
MSFLayout
structure from a valid layout
294
MSFLayout
&L = *ExpectedLayout;
321
MSFLayout
&L = *ExpectedLayout;
343
MSFLayout
&L = *ExpectedLayout;
361
MSFLayout
&L = *ExpectedLayout;
381
MSFLayout
&L = *ExpectedLayout;
MSFCommonTest.cpp
31
MSFLayout
L;
94
MSFLayout
L;
MappedBlockStreamTest.cpp
506
MSFLayout
L;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFCommon.cpp
63
MSFStreamLayout llvm::msf::getFpmStreamLayout(const
MSFLayout
&Msf,
MSFBuilder.cpp
251
Expected<
MSFLayout
> MSFBuilder::generateLayout() {
253
MSFLayout
L;
314
static void commitFpm(WritableBinaryStream &MsfBuffer, const
MSFLayout
&Layout,
340
MSFLayout
&Layout) {
341
Expected<
MSFLayout
> L = generateLayout();
MappedBlockStream.cpp
61
const
MSFLayout
&Layout, BinaryStreamRef MsfData, uint32_t StreamIndex,
72
MappedBlockStream::createDirectoryStream(const
MSFLayout
&Layout,
82
MappedBlockStream::createFpmStream(const
MSFLayout
&Layout,
327
WritableMappedBlockStream::createIndexedStream(const
MSFLayout
&Layout,
340
const
MSFLayout
&Layout, WritableBinaryStreamRef MsfData,
349
WritableMappedBlockStream::createFpmStream(const
MSFLayout
&Layout,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
InfoStreamBuilder.cpp
54
Error InfoStreamBuilder::commit(const msf::
MSFLayout
&Layout,
PDBFileBuilder.cpp
227
const msf::
MSFLayout
&Layout) {
247
const msf::
MSFLayout
&Layout) {
270
MSFLayout
Layout;
DbiModuleDescriptorBuilder.cpp
126
const msf::
MSFLayout
&
MsfLayout
,
141
MsfLayout
, MsfBuffer, Layout.ModDiStream, MSF.getAllocator());
TpiStreamBuilder.cpp
144
Error TpiStreamBuilder::commit(const msf::
MSFLayout
&Layout,