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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 799 // at the point where they are needed by a recursive call to Emit(). If
800 // the node has already been code generated then the Emit() call will
802 // limit recursion it is possible for the Emit() function to put the node
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 1 //===--- CGDecl.cpp - Emit LLVM Code for declarations ---------------------===//
10 // This contains code to emit Decl nodes as LLVM code.
153 // Don't emit it now, allow it to be emitted lazily on its first use.
188 // In general, we don't always emit static var decls once before we reference
190 // contains them, and it is possible to emit the containing function multiple
252 // We can't name blocks or captured statements directly, so try to emit their
382 // If this value has an initializer, emit it.
410 // Emit global variable debug descriptor for static vars.
432 void Emit(CodeGenFunction &CGF, Flags flags) override {
451 void Emit(CodeGenFunction &CGF, Flags flags) override
    [all...]
CGObjCRuntime.cpp 161 void Emit(CodeGenFunction &CGF, Flags flags) override {
217 // Emit the try body.
227 // Emit the handlers.
313 void Emit(CodeGenFunction &CGF, Flags flags) override {
343 // Emit the body of the statement.
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 100 // Emit semantically uninteresting bytes
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 100 // Emit semantically uninteresting bytes
  /art/compiler/utils/mips64/
assembler_mips64.cc 87 void Mips64Assembler::Emit(uint32_t value) {
95 buffer_.Emit<uint32_t>(value);
110 Emit(encoding);
123 Emit(encoding);
136 Emit(encoding);
146 Emit(encoding);
155 Emit(encoding);
161 Emit(encoding);
175 Emit(encoding);
184 Emit(encoding)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 175 /// \brief Build a DiagnosticsEngine to emit diagnostics about the diagnostics
183 /// \brief Emit the preamble for the serialized diagnostics.
186 /// \brief Emit the BLOCKINFO block.
189 /// \brief Emit the META data block.
198 /// \brief Emit a DIAG record.
206 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
211 /// \brief Emit a record for a CharSourceRange.
214 /// \brief Emit the string information for the category.
217 /// \brief Emit the string information for diagnostic flags.
223 /// \brief Emit (lazily) the file string and retrieved the file identifier
    [all...]
CacheTokens.cpp 88 // Emit stat information.
96 // Emit stat information.
145 // Emit the entry kind.
147 // Emit the string.
156 // For file entries emit the offsets into the PTH file for token data
163 // Emit any other data associated with the key (i.e., stat information).
198 /// Emit a token to the PTH file.
232 /// EmitFileTable - Emit a table mapping from file name strings to PTH
234 Offset EmitFileTable() { return PM.Emit(Out); }
262 // Emit the token kind, flags, and length
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 42 /// EmitSLEB128 - emit the specified signed leb128 value.
50 /// EmitULEB128 - emit the specified unsigned leb128 value.
100 /// EmitEncodingByte - Emit a .byte 42 directive that corresponds to an
151 // On COFF targets, we have to emit the special .secrel32 directive.
164 // Otherwise, emit it as a label difference from the start of the section.
174 // Just emit the offset directly; no need for symbol math.
178 /// EmitDwarfRegOp - Emit dwarf register operation.
250 // Emit the code (index) for the abbreviation.
258 // Emit the DIE attribute values.
270 // Emit an attribute using the defined form
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.cpp 203 void CScript_EventPseudoModel::Emit(CFXJSE_Arguments* pArguments) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 261 /// @brief Used by the Bitcode serializer to emit APInts to Bitcode.
262 void Emit(Serializer& S) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 99 /// Emit - Print the abbreviation using the specified asm printer.
101 void Emit(AsmPrinter *AP) const;
219 /// EmitValue - Emit value via the Dwarf writer.
259 /// EmitValue - Emit integer of appropriate size.
286 /// EmitValue - Emit string value.
313 /// EmitValue - Emit label value.
344 /// EmitValue - Emit delta value.
372 /// EmitValue - Emit debug information entry offset.
414 /// EmitValue - Emit block data.
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 37 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
173 // At this point we want to emit/create the sequence to encode the delta in
184 // Emit a DW_LNE_end_sequence for the end of the section.
210 void MCDwarfFileTable::Emit(MCStreamer *MCOS) {
304 // and used to emit the line table.
317 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
334 /// Utility function to emit the encoding to a streamer.
335 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, int64_t LineDelta,
354 // end_sequence to emit the matrix entry.
513 /// EmitCompactUnwind - Emit the unwind information in a compact way. I
    [all...]
  /external/v8/src/
safepoint-table.cc 138 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) {
151 // Emit the table header.
156 // Emit sorted table of pc offsets together with deoptimization indexes.
163 // Emit table of bitmaps.
196 // Emit the bitmap for the current entry.
  /external/vixl/src/aarch32/
label-aarch32.h 337 void Emit(Label::Offset target);
  /art/compiler/utils/mips/
assembler_mips.cc 278 // Emit PC adjustments interleaved with the old CFI stream.
319 void MipsAssembler::Emit(uint32_t value) {
327 buffer_.Emit<uint32_t>(value);
346 Emit(encoding);
357 Emit(encoding);
367 Emit(encoding);
374 Emit(encoding);
393 Emit(encoding);
403 Emit(encoding);
423 Emit(encoding)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.cpp 36 // Emit the enum information.
39 // Emit the intrinsic ID -> name table.
42 // Emit the intrinsic ID -> overload table.
45 // Emit the function name recognizer.
48 // Emit the intrinsic verifier.
51 // Emit the intrinsic declaration generator.
54 // Emit the intrinsic parameter attributes.
57 // Emit intrinsic alias analysis mod/ref behavior.
60 // Emit a list of intrinsics with corresponding GCC builtins.
63 // Emit code to translate GCC builtins into LLVM intrinsics
    [all...]
  /external/v8/src/wasm/
wasm-module-builder.cc 35 // Emit a section code and the size as a padded varint that can be patched
38 // Emit the section code.
41 // Emit a placeholder for the length.
111 void WasmFunctionBuilder::Emit(WasmOpcode opcode) {
163 // We only want to emit one mapping per byte offset.
207 locals_.Emit(*ptr);
324 // == Emit magic =============================================================
325 TRACE("emit magic\n");
329 // == Emit signatures ========================================================
348 // == Emit imports ==========================================================
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 121 void Emit(const AsmPrinter *AP) const;
155 void Emit(const AsmPrinter *AP, MCSection *Section) const;
468 /// Emit value via the Dwarf writer.
666 /// Set to true to force a DIE to emit an abbreviation that says it has
805 /// that emit DWARF use this section variable.

Completed in 1371 milliseconds

1 2 3 4 56 7 8 91011>>