OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStreamLayout
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h
84
const MSFStreamLayout &
getStreamLayout
() const { return StreamLayout; }
141
const MSFStreamLayout &
getStreamLayout
() const {
142
return ReadInterface.
getStreamLayout
();
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
BytesOutputStyle.cpp
204
auto Layout = File.
getStreamLayout
(StreamPDB);
234
auto Layout = File.
getStreamLayout
(StreamDBI);
245
auto Layout = File.
getStreamLayout
(StreamDBI);
256
auto Layout = File.
getStreamLayout
(StreamDBI);
267
auto Layout = File.
getStreamLayout
(StreamDBI);
278
auto Layout = File.
getStreamLayout
(StreamDBI);
289
auto Layout = File.
getStreamLayout
(StreamDBI);
308
auto Layout = File.
getStreamLayout
(StreamIdx);
352
auto Layout = File.
getStreamLayout
(ModiStream);
LinePrinter.cpp
210
auto Layout = File.
getStreamLayout
(StreamIdx);
ExplainOutputStyle.cpp
249
const auto &Layout = File.pdb().
getStreamLayout
(Stream);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h
89
msf::MSFStreamLayout
getStreamLayout
(uint32_t StreamIdx) const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
MappedBlockStreamTest.cpp
523
EXPECT_EQ(1u, FpmStream->
getStreamLayout
().Blocks.size());
524
EXPECT_EQ(1u, FpmStream->
getStreamLayout
().Blocks[0]);
538
EXPECT_EQ(1u, FpmStream->
getStreamLayout
().Blocks.size());
539
EXPECT_EQ(2u, FpmStream->
getStreamLayout
().Blocks[0]);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp
244
MSFStreamLayout PDBFile::
getStreamLayout
(uint32_t StreamIdx) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp
400
uint32_t StreamBlockAddr =
getStreamLayout
().Blocks[BlockNum];
Completed in 220 milliseconds