HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 251 - 275 of 311) sorted by null

<<111213

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1 //===--- MicrosoftCXXABI.cpp - Emit LLVM Code from ASTs for a Module ------===//
199 // A TU defining a non-inline destructor is only guaranteed to emit a base
    [all...]
CGBlocks.cpp 1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations ---------*- C++ -*-===//
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.
786 // special; we'll simply emit it directly.
830 // If we have a lambda conversion, emit the expression
    [all...]
CGCall.cpp     [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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 115 cl::desc("Which DWARF linkage-name attributes to emit."),
463 // Emit all Dwarf sections that should come prior to the content. Create
464 // global DIEs and emit initial debug info sections. This is invoked by
498 // Emit imported_modules last so that the relevant context is already
545 // Emit DW_AT_containing_type attribute to connect types with their
554 // Emit a unique identifier for this CU.
576 // ranges of code then emit a DW_AT_ranges attribute on the unit that will
595 // If compile Unit has macros, emit "DW_AT_macro_info" attribute.
608 // Emit all Dwarf sections that should come after the content.
627 // Emit info into a debug loc section
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 79 // If we don't have any comments, just emit a \n.
121 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
157 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
159 /// @param Symbol - The common symbol to emit.
311 // Emit a line of comments.
345 // emit each line in comment as separate newline.
462 // This needs to emit to a temporary string to get properly quoted
566 // FIXME: Currently emit unprefix'ed registers.
635 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
637 /// @param Symbol - The common symbol to emit
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h     [all...]
  /external/v8/src/
assembler.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 659 // Always emit a debug break slot before a return.
697 // Always emit a debug break slot before a call.
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h     [all...]
macro-assembler-ppc.h 143 // Emit code that loads |parameter_index|'th parameter from the stack to
155 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 45 uint64_t Emit() {
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
assembler-arm.h     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
  /art/compiler/utils/mips/
assembler_mips.h 216 // Emit Machine Instructions.
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 444 // Emit Machine Instructions.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 172 /// printer to not emit usual symbol prefix before the symbol name is used then
262 // .debug_range section has not been laid out yet. Emit offset in
330 // .debug_range section has not been laid out yet. Emit offset in
354 // to emit inlined scope that is split into multiple instruction ranges.
355 // For now, use first instruction range and emit low_pc/high_pc pair and
415 // There is no need to emit empty lexical block DIE.
611 /// beginModule - Emit all Dwarf sections that should come prior to the
612 /// content. Create global DIEs and emit initial debug info sections.
646 // Emit initial sections.
653 /// endModule - Emit all Dwarf sections that should come after the content
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go     [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 112 // Moreover, empty file name makes compile emit no source debug info at all.
259 // Emit the cgo_dynamic_linker line.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 336 // the frontend may emit node with line number missing,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 112 // Moreover, empty file name makes compile emit no source debug info at all.
259 // Emit the cgo_dynamic_linker line.
    [all...]

Completed in 2314 milliseconds

<<111213