/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 174 void dumpToStream(raw_ostream &OS) const; 273 void dumpToStream(raw_ostream &Out) const; 289 void dumpToStream(raw_ostream &Out) const; 561 static inline raw_ostream &operator<<(raw_ostream &os,
|
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 43 raw_ostream *AsmOutStream; 60 raw_ostream *OS, 322 static raw_ostream *GetOutputStream(CompilerInstance &CI, 345 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA)); 387 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
|
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 30 class raw_ostream; 609 void print(raw_ostream &OS, SlotIndexes* = 0) const; 656 raw_ostream& operator<<(raw_ostream &OS, const MachineBasicBlock &MBB); 658 void WriteAsOperand(raw_ostream &, const MachineBasicBlock*, bool t);
|
LiveIntervalUnion.h | 96 void print(raw_ostream &OS, const TargetRegisterInfo *TRI) const;
|
MachineOperand.h | 33 class raw_ostream; 217 void print(raw_ostream &os, const TargetMachine *TM = 0) const; 688 inline raw_ostream &operator<<(raw_ostream &OS, const MachineOperand& MO) {
|
/external/llvm/include/llvm/MC/ |
MCExpr.h | 25 class raw_ostream; 67 void print(raw_ostream &OS) const; 104 inline raw_ostream &operator<<(raw_ostream &OS, const MCExpr &E) { 501 virtual void PrintImpl(raw_ostream &OS) const = 0;
|
MCContext.h | 21 #include "llvm/Support/raw_ostream.h" 95 raw_ostream *SecureLog; 394 raw_ostream *getSecureLog() { return SecureLog; } 396 void setSecureLog(raw_ostream *Value) {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 34 #include "llvm/Support/raw_ostream.h" 143 raw_ostream &OS) { 241 unsigned LocCookie, raw_ostream &OS) { 492 void AsmPrinter::PrintSpecial(const MachineInstr *MI, raw_ostream &OS, 523 raw_ostream &O) { 549 const char *ExtraCode, raw_ostream &O) {
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 414 void NVPTXAsmPrinter::printReturnValStr(const Function *F, raw_ostream &O) { 500 raw_ostream &O) { 554 raw_ostream &O) const { 605 raw_ostream &O) { 619 raw_ostream &O) { 624 const MachineOperand &MO, const char *Modifier, raw_ostream &O) { 655 void NVPTXAsmPrinter::emitDeclaration(const Function *F, raw_ostream &O) { 763 void NVPTXAsmPrinter::emitDeclarations(const Module &M, raw_ostream &O) { 933 void NVPTXAsmPrinter::emitHeader(Module &M, raw_ostream &O) { 1023 raw_ostream &O) [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86AsmBackend.cpp | 27 #include "llvm/Support/raw_ostream.h" 356 MCObjectWriter *createObjectWriter(raw_ostream &OS) const { 366 MCObjectWriter *createObjectWriter(raw_ostream &OS) const { 380 MCObjectWriter *createObjectWriter(raw_ostream &OS) const { 396 MCObjectWriter *createObjectWriter(raw_ostream &OS) const { 410 MCObjectWriter *createObjectWriter(raw_ostream &OS) const {
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 29 #include "llvm/Support/raw_ostream.h" 80 void EmitData(raw_ostream& Out) { 121 EmitKeyDataLength(raw_ostream& Out, PTHEntryKeyVariant V, 133 static void EmitKey(raw_ostream& Out, PTHEntryKeyVariant V, unsigned n){ 140 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V, 586 EmitKeyDataLength(raw_ostream& Out, const PTHIdKey* key, uint32_t) { 592 static void EmitKey(raw_ostream& Out, PTHIdKey* key, unsigned n) { 599 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID,
|
PrintPreprocessedOutput.cpp | 29 #include "llvm/Support/raw_ostream.h" 36 Preprocessor &PP, raw_ostream &OS) { 86 raw_ostream &OS; 100 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os, 388 static void outputPrintable(llvm::raw_ostream& OS, 595 raw_ostream &OS) { 667 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { 699 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS,
|
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 232 void run(raw_ostream &o); 235 void runHeader(raw_ostream &o); 238 void runTests(raw_ostream &o); 241 void emitIntrinsic(raw_ostream &OS, Record *R, 243 void genBuiltinsDef(raw_ostream &OS, StringMap<ClassKind> &A64IntrinsicMap, 245 void genOverloadTypeCheckCode(raw_ostream &OS, 248 void genIntrinsicRangeCheckCode(raw_ostream &OS, 251 void genTargetTest(raw_ostream &OS, StringMap<OpKind> &EmittedMap, [all...] |
/external/clang/lib/Driver/ |
Compilation.cpp | 21 #include "llvm/Support/raw_ostream.h" 74 void Compilation::PrintJob(raw_ostream &OS, const Job &J, 154 void Compilation::PrintDiagnosticJob(raw_ostream &OS, const Job &J) const { 271 raw_ostream *OS = &llvm::errs();
|
/external/llvm/include/llvm/IR/ |
Module.h | 574 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const; 589 /// An raw_ostream inserter for modules. 590 inline raw_ostream &operator<<(raw_ostream &O, const Module &M) {
|
/external/llvm/lib/MC/ |
WinCOFFStreamer.cpp | 33 #include "llvm/Support/raw_ostream.h" 45 raw_ostream &OS); 136 MCCodeEmitter &CE, raw_ostream &OS) 330 raw_ostream &OS,
|
/art/compiler/sea_ir/ |
frontend.cc | 19 #include <llvm/Support/raw_ostream.h>
|
/external/clang/include/clang/AST/ |
Attr.h | 27 #include "llvm/Support/raw_ostream.h" 103 virtual void printPretty(raw_ostream &OS,
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 812 raw_ostream &operator<<(raw_ostream &OS, [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
CheckerRegistration.cpp | 27 #include "llvm/Support/raw_ostream.h" 129 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) {
|
/external/clang/tools/diagtool/ |
ShowEnabledWarnings.cpp | 85 int ShowEnabledWarnings::run(unsigned int argc, char **argv, raw_ostream &Out) {
|
/external/clang/unittests/AST/ |
StmtPrinterTest.cpp | 34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) {
|
/external/llvm/examples/BrainF/ |
BrainFDriver.cpp | 36 #include "llvm/Support/raw_ostream.h" 99 raw_ostream *out = &outs();
|
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 54 class raw_ostream; 202 void dump(raw_ostream &OS) const; 455 void dump(raw_ostream &OS) const; [all...] |
IVUsers.h | 172 void print(raw_ostream &OS, const Module* = 0) const;
|