HomeSort by relevance Sort by last modified time
    Searched refs:_OS (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectStreamer.h 40 raw_ostream &_OS, MCCodeEmitter *_Emitter);
42 raw_ostream &_OS, MCCodeEmitter *_Emitter,
MCObjectWriter.h 50 MCObjectWriter(raw_ostream &_OS, bool _IsLittleEndian)
51 : OS(_OS), IsLittleEndian(_IsLittleEndian) {}
MCMachObjectWriter.h 109 MachObjectWriter(MCMachObjectTargetWriter *MOTW, raw_ostream &_OS,
111 : MCObjectWriter(_OS, _IsLittleEndian), TargetObjectWriter(MOTW) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 77 raw_ostream &_OS,
93 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 165 raw_ostream &_OS, bool IsLittleEndian)
166 : MCObjectWriter(_OS, IsLittleEndian),
358 raw_ostream &_OS,
377 raw_ostream &_OS,
404 raw_ostream &_OS,
420 raw_ostream &_OS,
435 raw_ostream &_OS,
MCLoggingStreamer.cpp 24 MCLoggingStreamer(MCStreamer *_Child, raw_ostream &_OS)
25 : MCStreamer(_Child->getContext()), Child(_Child), OS(_OS) {}
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 83 raw_ostream &_OS,
89 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 384 raw_ostream &_OS,
391 return createMachOStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll);
394 return createWinCOFFStreamer(Ctx, MAB, *_Emitter, _OS, RelaxAll);
396 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 110 raw_ostream &_OS,
407 /// \arg _OS - The stream object.
413 raw_ostream &_OS,
419 return MCObjectStreamerCtorFn(*this, TT, Ctx, TAB, _OS, _Emitter,
    [all...]
  /build/make/core/
main.mk 769 $($(_p)_OS),\
    [all...]

Completed in 801 milliseconds