HomeSort by: relevance | last modified time | path
    Searched refs:TOut (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 237 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym);
1875 MipsTargetStreamer &TOut = getTargetStreamer();
2145 TOut.getStreamer().emitRelocDirective(
2148 TOut.getStreamer().emitLabel(TmpLabel);
2190 TOut.emitRRI(Mips::LWGP_MM, DstReg.getReg(), Mips::GP, MemOffset,
2324 TOut.emitDirectiveSetNoReorder();
2341 TOut.setUsesMicroMips();
2342 TOut.updateABIInfo(*this);
2348 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, STI);
2349 TOut.emitDirectiveSetReorder()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 765 auto &TOut =
803 TOut.emitGlobalType(WasmSym);
833 TOut.emitTableType(WasmSym);
861 TOut.emitFunctionType(WasmSym);
862 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
875 TOut.emitExportName(WasmSym, ExportName);
887 TOut.emitImportModule(WasmSym, ImportModule);
899 TOut.emitImportName(WasmSym, ImportName);
913 TOut.emitEventType(WasmSym);
914 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 698 llvm::raw_string_ostream TOut(TemplateParams);
708 TOut << Param << " = ";
710 Policy, TOut,
712 TOut << ", ";
726 TOut << Param << " = ";
727 Args->get(i).print(Policy, TOut, /*IncludeType*/ true);
728 TOut << ", ";
732 TOut.flush();
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.h 800 template <PrimType TIn, PrimType TOut> bool Cast(InterpState &S, CodePtr OpPC) {
802 using U = typename PrimConv<TOut>::T;

Completed in 64 milliseconds