OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OStream
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
SymbolicFile.h
44
template <typename
OStream
>
45
OStream
& operator<<(
OStream
&OS, const DataRefImpl &D) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Math.h
108
template <typename
OStream
>
109
OStream
& operator<<(
OStream
&OS, const Vector &V) {
246
template <typename
OStream
>
247
OStream
& operator<<(
OStream
&OS, const Matrix &M) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
254
void abbreviate(const Value &V,
OStream
&JOS) {
280
void abbreviateChildren(const Value &V,
OStream
&JOS) {
305
OStream
JOS(OS, /*IndentSize=*/2);
739
void llvm::json::
OStream
::value(const Value &V) {
774
void llvm::json::
OStream
::valueBegin() {
786
void
OStream
::comment(llvm::StringRef Comment) {
791
void
OStream
::flushComment() {
816
void llvm::json::
OStream
::newline() {
823
void llvm::json::
OStream
::arrayBegin() {
831
void llvm::json::
OStream
::arrayEnd()
[
all
...]
TimeProfiler.cpp
135
json::
OStream
J(OS);
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachineC.cpp
236
raw_svector_ostream
OStream
(CodeString);
237
bool Result = LLVMTargetMachineEmit(T, M,
OStream
, codegen, ErrorMessage);
239
StringRef Data =
OStream
.str();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h
394
template <typename
OStream
, typename T>
395
std::enable_if_t<!std::is_reference<
OStream
>::value &&
396
std::is_base_of<raw_ostream,
OStream
>::value,
397
OStream
&&>
398
operator<<(
OStream
&&OS, const T &Value) {
JSON.h
24
/// - an output API json::
OStream
which can emit JSON without materializing
468
friend class
OStream
;
832
/// json::
OStream
allows writing well-formed JSON without materializing
840
/// json::
OStream
J(OS);
869
/// json::
OStream
J(OS);
886
class
OStream
{
890
explicit
OStream
(llvm::raw_ostream &OS, unsigned IndentSize = 0)
894
~
OStream
() {
900
/// Flushes the underlying
ostream
.
OStream
does not buffer internally
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h
33
/// Render an empty TypeNameSequence to an
ostream
.
34
template <typename
OStream
>
35
OStream
&operator<<(
OStream
&OS, const SerializationTypeNameSequence<> &V) {
39
/// Render a TypeNameSequence of a single type to an
ostream
.
40
template <typename
OStream
, typename ArgT>
41
OStream
&operator<<(
OStream
&OS, const SerializationTypeNameSequence<ArgT> &V) {
46
/// Render a TypeNameSequence of more than one type to an
ostream
.
47
template <typename
OStream
, typename ArgT1, typename ArgT2, typename... ArgTs
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h
133
json::
OStream
JOS(OS, Config.Pretty ? 2 : 0);
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp
605
static void printDatum(json::
OStream
&J, const char *Key, json::Value Value) {
610
static void printLocationStats(json::
OStream
&J, const char *Key,
647
static void printSectionSizes(json::
OStream
&J, const SectionSizes &Sizes) {
800
json::
OStream
J(OS, 2);
/src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp
298
static void operator<<(json::
OStream
&W,
343
static void operator<<(json::
OStream
&W, const SymbolizedCoverage &C) {
1182
json::
OStream
W(outs(), 2);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
JSONNodeDumper.h
39
llvm::json::
OStream
JOS;
Completed in 30 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026