HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 476 - 500 of 740) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 22 #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);
94 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS,
510 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
RewriteMacros.cpp 21 #include "llvm/Support/raw_ostream.h"
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 13 #include "llvm/Support/raw_ostream.h"
113 void CheckerRegistry::printHelp(raw_ostream &out,
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 18 #include "llvm/Support/raw_ostream.h"
175 raw_ostream &Error) const {
  /external/clang/utils/TableGen/
TableGen.cpp 141 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 145 virtual void print(raw_ostream &OS, const Module* = 0) const;
ScalarEvolution.h 129 void print(raw_ostream &OS) const;
151 inline raw_ostream &operator<<(raw_ostream &OS, const SCEV &S) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 171 virtual void print(raw_ostream &OS, const Module*) const;
  /external/llvm/include/llvm/IR/
Metadata.h 231 void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = 0) const;
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 14 #include "llvm/Support/raw_ostream.h"
113 void DominanceFrontierBase::print(raw_ostream &OS, const Module* ) const {
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 20 #include "llvm/Support/raw_ostream.h"
81 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const {
SplitKit.h 38 class raw_ostream;
  /external/llvm/lib/DebugInfo/
DWARFContext.h 57 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All);
DWARFDebugArangeSet.cpp 12 #include "llvm/Support/raw_ostream.h"
116 void DWARFDebugArangeSet::dump(raw_ostream &OS) const {
  /external/llvm/lib/Support/
TargetRegistry.cpp 14 #include "llvm/Support/raw_ostream.h"
154 raw_ostream &OS = outs();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 30 void AArch64MCExpr::PrintImpl(raw_ostream &OS) const {
AArch64MCExpr.h 168 void PrintImpl(raw_ostream &OS) const;
AArch64MCTargetDesc.cpp 98 raw_ostream &OS,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 25 #include "llvm/Support/raw_ostream.h"
95 MCObjectWriter *createObjectWriter(raw_ostream &OS) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 107 raw_ostream &OS,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 72 virtual MCObjectWriter *createObjectWriter(raw_ostream &OS) const
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 28 #include "llvm/Support/raw_ostream.h"
97 /// raw_ostream.
100 /// to a raw_ostream.
106 raw_ostream &vStream = *(static_cast<raw_ostream*>(arg));
119 raw_ostream &vStream,
120 raw_ostream &cStream) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 231 MCObjectWriter *llvm::createX86ELFObjectWriter(raw_ostream &OS,
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 110 error_code coff2yaml(raw_ostream &Out, MemoryBuffer *Buff) {
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 133 void run(raw_ostream &o);
    [all...]

Completed in 476 milliseconds

<<11121314151617181920>>