HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 51 - 74 of 74) sorted by null

1 23

  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 85 // If we don't have any comments, just emit a \n.
119 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
173 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
175 /// @param Symbol - The common symbol to emit.
318 // Emit a line of comments.
409 // This needs to emit to a temporary string to get properly quoted
551 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
553 /// @param Symbol - The common symbol to emit.
645 assert(getCurrentSection() && "Cannot emit contents before setting section!");
676 assert(getCurrentSection() && "Cannot emit contents before setting section!")
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 120 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
macro-assembler-arm.cc 172 // Emit a ldr<cond> pc, [pc + offset of target in constant pool].
    [all...]
lithium-codegen-arm.cc 299 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 205 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
macro-assembler-mips.cc     [all...]
lithium-codegen-mips.cc 269 safepoints_.Emit(masm(), GetStackSlotCount());
988 // For other constants we emit standard code.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 636 // Emit the block name if present.
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===//
10 // This contains code to emit Objective-C code as LLVM code.
115 // Emit the initializer.
123 // Emit the key initializer.
131 // Emit the value initializer.
188 /// Emit a selector.
409 void Emit(CodeGenFunction &CGF, Flags flags) {
555 /// The 'expression' strategy is to emit normal assignment or
788 // If there's a non-trivial 'get' expression, we just have to emit that.
    [all...]
CGCleanup.cpp 381 // cleanup, we're going to emit another normal cleanup which
459 // Ask the cleanup to emit itself.
460 Fn->Emit(CGF, flags);
463 // Emit the continuation block if there was an active flag.
648 // emit it directly.
680 // II. Emit the entry block. This implicitly branches to it if
763 // IV. Pop the cleanup and emit it.
834 // Emit the EH cleanup if required.
840 // We only actually emit the cleanup code if the cleanup is either
    [all...]
ItaniumCXXABI.cpp 1 //===------- ItaniumCXXABI.cpp - Emit LLVM Code from ASTs for a Module ----===//
    [all...]
CGExprScalar.cpp 1 //===--- CGExprScalar.cpp - Emit LLVM Code for Scalar Exprs ---------------===//
10 // This contains code to emit Expr nodes with scalar LLVM types as LLVM code.
105 /// \brief Emit a check that a conversion to or from a floating-point type
111 /// EmitScalarConversion - Emit a conversion from the specified type to the
115 /// EmitComplexToScalarConversion - Emit a conversion from the specified
121 /// EmitNullValue - Emit a value that corresponds to null for the given type.
460 return Emit ## OP(EmitBinOps(E)); \
463 return EmitCompoundAssign(E, &ScalarExprEmitter::Emit ## OP); \
653 /// EmitScalarConversion - Emit a conversion from the specified type to the
771 /// EmitComplexToScalarConversion - Emit a conversion from the specified comple
    [all...]
CGBlocks.cpp 1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations -------------------===//
10 // This contains code to emit blocks.
582 // If there are cleanups to emit, enter them (but inactive).
673 /// Emit a block literal expression in the current function.
702 // If there is nothing to capture, we can emit this as a global block.
706 // Otherwise, we have to emit this as a local block.
777 // special; we'll simply emit it directly.
809 // If we have a lambda conversion, emit the expression
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 208 // Switch to the specified MCSection and emit an assembler
276 // printer to not emit usual symbol prefix before the symbol name is used then
435 // .debug_range section has not been laid out yet. Emit offset in
500 // .debug_range section has not been laid out yet. Emit offset in
522 // to emit inlined scope that is split into multiple instruction ranges.
523 // For now, use first instruction range and emit low_pc/high_pc pair and
598 // There is no need to emit empty lexical block DIE.
676 // Call this to emit a .file directive if it wasn't emitted for the source
764 // Emit all Dwarf sections that should come prior to the content. Create
765 // global DIEs and emit initial debug info sections. This is invoked b
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 73 // which we can emit a simple matcher for.
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 10 // These tablegen backends emit Clang attribute processing code
505 // FIXME: Emit a proper error
    [all...]
  /external/v8/src/
full-codegen.cc 755 &FullCodeGenerator::Emit##Name,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 595 /// something nonnull so that the auto token emit mechanism will not
596 /// emit another token.
    [all...]
Antlr.Runtime.Tree.pas 779 // Emit a token and all hidden nodes before. EOF node holds all
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 282 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 283 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]

Completed in 884 milliseconds

1 23