OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamPurpose
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
StreamUtil.cpp
26
if (Purpose ==
StreamPurpose
::NamedStream)
28
if (Purpose ==
StreamPurpose
::ModuleStream)
33
StreamInfo StreamInfo::createStream(
StreamPurpose
Purpose, StringRef Name,
48
Result.Purpose =
StreamPurpose
::ModuleStream;
52
static inline StreamInfo stream(
StreamPurpose
Purpose, StringRef Label,
102
stream(
StreamPurpose
::Other, "Old MSF Directory", StreamIdx);
104
Streams[StreamIdx] = stream(
StreamPurpose
::PDB, "PDB Stream", StreamIdx);
106
Streams[StreamIdx] = stream(
StreamPurpose
::DBI, "DBI Stream", StreamIdx);
108
Streams[StreamIdx] = stream(
StreamPurpose
::TPI, "TPI Stream", StreamIdx);
110
Streams[StreamIdx] = stream(
StreamPurpose
::IPI, "IPI Stream", StreamIdx)
[
all
...]
StreamUtil.h
22
enum class
StreamPurpose
{
42
StreamPurpose
getPurpose() const { return Purpose; }
47
static StreamInfo createStream(
StreamPurpose
Purpose, StringRef Name,
53
StreamPurpose
Purpose;
ExplainOutputStyle.cpp
256
case
StreamPurpose
::DBI: {
261
case
StreamPurpose
::PDB: {
266
case
StreamPurpose
::IPI:
267
case
StreamPurpose
::TPI:
268
case
StreamPurpose
::ModuleStream:
269
case
StreamPurpose
::NamedStream:
LinePrinter.h
58
StringRef
StreamPurpose
, uint32_t Offset,
LinePrinter.cpp
177
StringRef
StreamPurpose
, uint32_t Offset,
203
StreamPurpose
, Size, S->getLength());
Completed in 2390 milliseconds