OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamPurpose
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.cpp
25
if (Purpose ==
StreamPurpose
::NamedStream)
27
if (Purpose ==
StreamPurpose
::ModuleStream)
32
StreamInfo StreamInfo::createStream(
StreamPurpose
Purpose, StringRef Name,
47
Result.Purpose =
StreamPurpose
::ModuleStream;
51
static inline StreamInfo stream(
StreamPurpose
Purpose, StringRef Label,
101
stream(
StreamPurpose
::Other, "Old MSF Directory", StreamIdx);
103
Streams[StreamIdx] = stream(
StreamPurpose
::PDB, "PDB Stream", StreamIdx);
105
Streams[StreamIdx] = stream(
StreamPurpose
::DBI, "DBI Stream", StreamIdx);
107
Streams[StreamIdx] = stream(
StreamPurpose
::TPI, "TPI Stream", StreamIdx);
109
Streams[StreamIdx] = stream(
StreamPurpose
::IPI, "IPI Stream", StreamIdx)
[
all
...]
StreamUtil.h
21
enum class
StreamPurpose
{
41
StreamPurpose
getPurpose() const { return Purpose; }
46
static StreamInfo createStream(
StreamPurpose
Purpose, StringRef Name,
52
StreamPurpose
Purpose;
ExplainOutputStyle.cpp
255
case
StreamPurpose
::DBI: {
260
case
StreamPurpose
::PDB: {
265
case
StreamPurpose
::IPI:
266
case
StreamPurpose
::TPI:
267
case
StreamPurpose
::ModuleStream:
268
case
StreamPurpose
::NamedStream:
LinePrinter.h
57
StringRef
StreamPurpose
, uint32_t Offset,
LinePrinter.cpp
176
StringRef
StreamPurpose
, uint32_t Offset,
201
StreamPurpose
, Size, S->getLength());
Completed in 17 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026