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

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 14 #include "llvm/Support/raw_ostream.h"
43 raw_ostream &OS,
MCSymbol.cpp 13 #include "llvm/Support/raw_ostream.h"
67 void MCSymbol::print(raw_ostream &OS) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 22 void ARMMCExpr::PrintImpl(raw_ostream &OS) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 21 raw_ostream &OS, MCCodeEmitter *Emitter,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 91 virtual bool addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_ostream &,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 79 void PrintImpl(raw_ostream &OS) const;
  /external/llvm/lib/Target/R600/
AMDGPU.h 23 class raw_ostream;
  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 14 #include "llvm/Support/raw_ostream.h"
60 void SystemZConstantPoolValue::print(raw_ostream &O) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp 75 MCObjectWriter *llvm::createX86WinCOFFObjectWriter(raw_ostream &OS,
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 22 #include "llvm/Support/raw_ostream.h"
68 raw_ostream &out;
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 16 #include "llvm/Support/raw_ostream.h"
43 void EmitString(raw_ostream &O) {
CodeEmitterGen.cpp 42 void run(raw_ostream &o);
44 void emitMachineOpEmitter(raw_ostream &o, const std::string &Namespace);
45 void emitGetValueBit(raw_ostream &o, const std::string &Namespace);
236 void CodeEmitterGen::run(raw_ostream &o) {
340 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) {
PseudoLoweringEmitter.cpp 59 void emitLoweringEmitter(raw_ostream &o);
64 void run(raw_ostream &o);
197 void PseudoLoweringEmitter::emitLoweringEmitter(raw_ostream &o) {
269 void PseudoLoweringEmitter::run(raw_ostream &o) {
294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) {
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 36 #include <llvm/Support/raw_ostream.h>
68 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
194 // Open the output file decorated in llvm::raw_ostream.
195 llvm::raw_ostream *output = pOutput.dup();
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput,
OutputFile.cpp 21 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/slang/
slang_rs_backend.h 89 llvm::raw_ostream *OS,
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx 24 #include <llvm/Support/raw_ostream.h>
26 #include "utils/raw_ostream.h"
  /frameworks/rs/cpu_ref/linkloader/lib/
MemChunk.cpp 22 #include <llvm/Support/raw_ostream.h>
  /external/clang/lib/AST/
MicrosoftMangle.cpp 43 raw_ostream &Out;
67 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_)
74 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_,
82 raw_ostream &getStream() const { return Out; }
148 virtual void mangleName(const NamedDecl *D, raw_ostream &Out);
151 raw_ostream &);
154 raw_ostream &);
156 raw_ostream &);
158 raw_ostream &);
161 raw_ostream &Out)
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 27 #include "llvm/Support/raw_ostream.h"
50 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
68 raw_ostream *OS;
91 raw_ostream *OS = 0;
104 raw_ostream *&OS) {
128 raw_ostream *OS = 0;
292 raw_ostream *&OS) {
331 llvm::raw_ostream &Out;
334 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { }
437 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs()
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 307 raw_ostream &operator<<(raw_ostream &OS, DeclarationName N);
523 void printName(raw_ostream &OS) const;
560 inline raw_ostream &operator<<(raw_ostream &OS,
  /external/llvm/include/llvm/MC/
MCDwarf.h 21 #include "llvm/Support/raw_ostream.h"
62 void print(raw_ostream &OS) const;
68 inline raw_ostream &operator<<(raw_ostream &OS, const MCDwarfFile &DwarfFile){
232 uint64_t AddrDelta, raw_ostream &OS);
418 raw_ostream &OS);
  /external/llvm/lib/IR/
DebugInfo.cpp 29 #include "llvm/Support/raw_ostream.h"
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 19 #include "llvm/Support/raw_ostream.h"
30 void SymIntExpr::dumpToStream(raw_ostream &os) const {
40 void IntSymExpr::dumpToStream(raw_ostream &os) const {
51 void SymSymExpr::dumpToStream(raw_ostream &os) const {
61 void SymbolCast::dumpToStream(raw_ostream &os) const {
67 void SymbolConjured::dumpToStream(raw_ostream &os) const {
71 void SymbolDerived::dumpToStream(raw_ostream &os) const {
76 void SymbolExtent::dumpToStream(raw_ostream &os) const {
80 void SymbolMetadata::dumpToStream(raw_ostream &os) const {
87 void SymbolRegionValue::dumpToStream(raw_ostream &os) const
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 78 raw_ostream &O) {
212 raw_ostream &O) {
235 raw_ostream &O, const char *Modifier,
271 raw_ostream &O, const char *Modifier) {
318 raw_ostream &O, const char *Modifier) {
329 raw_ostream &O, const char *Modifier,
380 raw_ostream &O) {
409 const char *ExtraCode, raw_ostream &O) {
488 raw_ostream &O) {

Completed in 387 milliseconds

<<11121314151617181920>>