HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 276 - 300 of 836) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL.h 60 class raw_ostream;
  /frameworks/compile/libbcc/lib/Support/
OutputFile.cpp 21 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp 10 #include <mcld/Support/raw_ostream.h>
  /external/llvm/lib/Support/
SourceMgr.cpp 22 #include "llvm/Support/raw_ostream.h"
128 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const {
205 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
222 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc,
320 static void printSourceLine(raw_ostream &S, StringRef LineContents) {
342 void SMDiagnostic::print(const char *ProgName, raw_ostream &S,
348 S.changeColor(raw_ostream::SAVEDCOLOR, true);
370 S.changeColor(raw_ostream::RED, true);
375 S.changeColor(raw_ostream::MAGENTA, true);
380 S.changeColor(raw_ostream::BLACK, true)
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.h 43 class raw_ostream;
130 bool MaterializeToRawOStream(::llvm::raw_ostream& out_stream);
  /external/clang/include/clang/Basic/
VersionTuple.h 131 raw_ostream& operator<<(raw_ostream &Out, const VersionTuple &V);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 95 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
98 void printAux(raw_ostream &Out, bool printLocations,
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 25 #include "llvm/Support/raw_ostream.h"
452 void MemRegion::dumpToStream(raw_ostream &os) const {
456 void AllocaRegion::dumpToStream(raw_ostream &os) const {
460 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
464 void BlockTextRegion::dumpToStream(raw_ostream &os) const {
468 void BlockDataRegion::dumpToStream(raw_ostream &os) const {
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
484 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const {
489 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
493 void CXXThisRegion::dumpToStream(raw_ostream &os) const
    [all...]
  /external/clang/tools/diagtool/
ListWarnings.cpp 42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) {
52 int ListWarnings::run(unsigned int argc, char **argv, llvm::raw_ostream &out) {
  /external/llvm/include/llvm/Analysis/
Interval.h 29 class raw_ostream;
98 void print(raw_ostream &O) const;
Trace.h 28 class raw_ostream;
109 void print(raw_ostream &O) const;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 55 class raw_ostream;
122 bool generateObjectFile(raw_ostream &out, bool disableOpt, bool disableInline,
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 26 class raw_ostream;
31 raw_ostream &OS);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G,
PseudoSourceValue.cpp 21 #include "llvm/Support/raw_ostream.h"
65 void PseudoSourceValue::printCustom(raw_ostream &O) const {
126 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const {
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 12 #include "llvm/Support/raw_ostream.h"
47 void DWARFAbbreviationDeclarationSet::dump(raw_ostream &OS) const {
89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const {
  /external/llvm/lib/IR/
AsmWriter.h 60 void print(Type *Ty, raw_ostream &OS);
62 void printStructBody(StructType *Ty, raw_ostream &OS);
  /external/llvm/lib/MC/
MCInstPrinter.cpp 16 #include "llvm/Support/raw_ostream.h"
28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 25 AMDGPUMCObjectWriter(raw_ostream &OS) : MCObjectWriter(OS, true) { }
91 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
  /external/llvm/tools/llvm-readobj/
StreamWriter.cpp 10 raw_ostream &operator<<(raw_ostream &OS, const HexNumber& Value) {
  /external/llvm/tools/opt/
PrintSCC.cpp 33 #include "llvm/Support/raw_ostream.h"
42 void print(raw_ostream &O, const Module* = nullptr) const override { }
56 void print(raw_ostream &O, const Module* = nullptr) const override { }
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 27 #include "llvm/Support/raw_ostream.h"
63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 int convertYAML(yaml::Input & YIn, raw_ostream &Out, ConvertFuncPtr Convert) {
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 20 class raw_ostream;
92 llvm::raw_ostream &pOutput,
  /frameworks/compile/mclinker/lib/Support/
Android.mk 14 raw_ostream.cpp \
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
62 void run(raw_ostream &OS);
74 raw_ostream &OS,
135 void ClangASTNodesEmitter::run(raw_ostream &OS) {
178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) {

Completed in 380 milliseconds

<<11121314151617181920>>