Searched refs:raw_ostream (Results 451 - 475 of 746) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp197 raw_ostream &OS) {
214 raw_ostream &OS) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp28 raw_ostream &llvm::objcarc::operator<<(raw_ostream &OS,
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp23 #include "llvm/Support/raw_ostream.h"
60 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp33 #include <llvm/Support/raw_ostream.h>
82 public llvm::raw_ostream
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp23 #include "llvm/Support/raw_ostream.h"
74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp47 raw_ostream *AsmOutStream;
62 raw_ostream *OS, LLVMContext &C)
572 static raw_ostream *GetOutputStream(CompilerInstance &CI,
596 std::unique_ptr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
638 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h30 class raw_ostream;
635 void print(raw_ostream &OS, SlotIndexes* = nullptr) const;
638 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
685 raw_ostream& operator<<(raw_ostream &OS, const MachineBasicBlock &MBB);
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp164 llvm::raw_ostream &);
171 llvm::raw_ostream &);
220 void *Ctx, raw_ostream &Out) {
258 const MCModuleYAML::OpcodeEnum &Val, void *Ctx, raw_ostream &Out) {
439 StringRef mcmodule2yaml(raw_ostream &OS, const MCModule &MCM,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp103 void dump(raw_ostream &OS) const {
201 void printState(raw_ostream &Out, ProgramStateRef State,
225 bool printAllocDeallocName(raw_ostream &os, CheckerContext &C,
230 void printExpectedAllocName(raw_ostream &os, CheckerContext &C,
234 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
327 static bool SummarizeValue(raw_ostream &os, SVal V);
328 static bool SummarizeRegion(raw_ostream &os, const MemRegion *MR);
1003 bool MallocChecker::printAllocDeallocName(raw_ostream &os, CheckerContext &C,
1043 void MallocChecker::printExpectedAllocName(raw_ostream &os, CheckerContext &C,
1055 void MallocChecker::printExpectedDeallocName(raw_ostream
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp69 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
97 static void PrintEscapedString(StringRef Name, raw_ostream &Out) {
118 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
161 static void PrintLLVMName(raw_ostream &OS, const Value *V) {
194 /// CalcTypeName - Write the specified type to the specified raw_ostream, making
196 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
271 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) {
676 static void WriteAsOperandInternal(raw_ostream &Out, const Value *V,
714 static void writeAtomicRMWOperation(raw_ostream &Out,
732 static void WriteOptimizationInfo(raw_ostream
[all...]
/external/llvm/include/llvm/Support/
H A DScaledNumber.h420 class raw_ostream;
426 static raw_ostream &print(raw_ostream &OS, uint64_t D, int16_t E, int Width,
604 raw_ostream &print(raw_ostream &OS,
741 raw_ostream &operator<<(raw_ostream &OS, const ScaledNumber<DigitsT> &X) {
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h301 void toString(raw_ostream &os) const;
506 void toString(raw_ostream &os) const;
580 void toString(raw_ostream &os) const;
H A DDominators.h156 virtual void print(raw_ostream &OS, const llvm::Module* M= nullptr) const {
/external/clang/lib/AST/
H A DDeclarationName.cpp24 #include "llvm/Support/raw_ostream.h"
136 raw_ostream &operator<<(raw_ostream &OS, DeclarationName N) {
528 void DeclarationNameInfo::printName(raw_ostream &OS) const {
/external/llvm/include/llvm/IR/
H A DModule.h602 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const;
625 /// An raw_ostream inserter for modules.
626 inline raw_ostream &operator<<(raw_ostream &O, const Module &M) {
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp29 #include "llvm/Support/raw_ostream.h"
592 raw_ostream &Out; // raw_ostream to print on.
596 PrintCallGraphPass(const std::string &B, raw_ostream &o)
619 Pass *CallGraphSCCPass::createPrinterPass(raw_ostream &O,
/external/llvm/lib/Option/
H A DOptTable.cpp15 #include "llvm/Support/raw_ostream.h"
324 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title,
375 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
382 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
/external/clang/include/clang/Frontend/
H A DUtils.h69 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp22 #include "llvm/Support/raw_ostream.h"
42 raw_ostream &OS; ///< The destination stream for rewritten contents.
52 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers);
89 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS,
522 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
H A DRewriteMacros.cpp20 #include "llvm/Support/raw_ostream.h"
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) {
/external/clang/lib/Sema/
H A DScope.cpp17 #include "llvm/Support/raw_ostream.h"
132 void Scope::dumpImpl(raw_ostream &OS) const {
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp13 #include "llvm/Support/raw_ostream.h"
114 void CheckerRegistry::printHelp(raw_ostream &out,
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp18 #include "llvm/Support/raw_ostream.h"
175 raw_ostream &Error) const {
/external/clang/unittests/AST/
H A DStmtPrinterTest.cpp34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) {
/external/clang/utils/TableGen/
H A DTableGen.cpp143 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {

Completed in 621 milliseconds

<<11121314151617181920>>