Searched defs:Emit (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/
H A Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, function in class:v8::internal::RegExpMacroAssemblerIrregexp
H A Dsafepoint-table.cc159 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) { function in class:v8::internal::SafepointTableBuilder
180 // Emit the table header.
185 // Emit sorted table of pc offsets together with deoptimization indexes.
192 // Emit table of bitmaps.
225 // Emit the bitmap for the current entry.
/external/llvm/lib/TableGen/
H A DStringMatcher.cpp82 // Emit code to break out if the prefix doesn't match.
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const { function in class:StringMatcher
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs150 Emit();
222 public virtual void Emit( IToken token ) method in class:Antlr.Runtime.Lexer
240 public virtual IToken Emit() method in class:Antlr.Runtime.Lexer
246 Emit( t );
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp54 /// Emit - Print the abbreviation using the specified asm printer.
56 void DIEAbbrev::Emit(AsmPrinter *AP) const { function in class:DIEAbbrev
57 // Emit its Dwarf tag type.
61 // Emit whether it has children DIEs.
69 // Emit attribute type.
74 // Emit form type.
180 /// EmitValue - Emit integer of appropriate size.
186 // Emit something to keep the lines and comments in sync.
240 /// EmitValue - Emit label value.
264 /// EmitValue - Emit delt
[all...]
H A DDwarfAccelTable.cpp199 // Emit the DIE offset
208 // Emit a 0 to terminate the data unless we have a hash collision.
216 // Emit the entire data structure to the output file.
217 void DwarfAccelTable::Emit(AsmPrinter *Asm, MCSymbol *SecBegin, function in class:DwarfAccelTable
219 // Emit the header.
222 // Emit the buckets.
225 // Emit the hashes.
228 // Emit the offsets.
231 // Emit the hash data.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs127 Emit();
182 public virtual void Emit(IToken token) { method in class:Antlr.Runtime.Lexer
199 public virtual IToken Emit() { method in class:Antlr.Runtime.Lexer
204 Emit(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs157 Emit();
226 //public void Emit( T token )
244 public void Emit() method in class:Antlr.Runtime.SlimLexer
255 //Emit( t );
262 //Emit( t );
/external/llvm/lib/MC/
H A DMCWin64EH.cpp180 // Emit unwind instructions (in reverse order).
248 // here and from Emit().
257 void MCWin64EHUnwindEmitter::Emit(MCStreamer &streamer) { function in class:llvm::MCWin64EHUnwindEmitter
259 // Emit the unwind info structs first.
H A DMCDwarf.cpp40 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
187 // Emit a DW_LNE_end_sequence for the end of the section.
213 const MCSymbol *MCDwarfFileTable::Emit(MCStreamer *MCOS) { function in class:MCDwarfFileTable
320 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
340 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, int64_t LineDelta, function in class:MCDwarfLineAddr
520 // Emit the header for this section.
704 void MCGenDwarfInfo::Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol) { function in class:MCGenDwarfInfo
856 /// EmitCompactUnwind - Emit the unwind information in a compact way. If
1031 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
1056 /// EmitCompactUnwind - Emit th
1379 void MCDwarfFrameEmitter::Emit(MCStreamer &Streamer, function in class:MCDwarfFrameEmitter
[all...]
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h278 void Emit(const DiagnosticBuilder &DB) const { function in class:clang::PartialDiagnostic
306 Emit(DB);
370 PD.Emit(DB);
H A DOnDiskHashTable.h184 io::Offset Emit(raw_ostream &out) { function in class:clang::OnDiskChainedHashTableGenerator
186 return Emit(out, InfoObj);
189 io::Offset Emit(raw_ostream &out, Info &InfoObj) { function in class:clang::OnDiskChainedHashTableGenerator
192 // Emit the payload of the table.
215 // Emit the hashtable itself.
H A DDiagnostic.h763 /// \brief Emit the current diagnostic and clear the diagnostic state.
765 /// \param Force Emit the diagnostic regardless of suppression settings.
833 // Emit() would end up with if we used that as our status variable.
879 bool Emit() { function in class:clang::DiagnosticBuilder
917 Emit();
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h121 void Emit(uint32_t Val, unsigned NumBits) { function in class:llvm::BitstreamWriter
142 Emit((uint32_t)Val, NumBits);
144 Emit((uint32_t)Val, 32);
145 Emit((uint32_t)(Val >> 32), NumBits-32);
161 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
163 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
167 Emit(Val, NumBits);
177 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
179 Emit(((uint32_t)Val & ((1 << (NumBits-1))-1)) |
184 Emit((uint32_
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp155 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon59::CallObjCEndCatch
211 // Emit the try body.
221 // Emit the handlers.
300 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon60::CallSyncExit
330 // Emit the body of the statement.
H A DCGBlocks.cpp1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations -------------------===//
609 /// Emit a block literal expression in the current function.
1130 // Emit debug information for all the DeclRefExprs.
1979 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon18::CallBlockRelease
H A DCGDecl.cpp1 //===--- CGDecl.cpp - Emit LLVM Code for declarations ---------------------===//
333 // Emit global variable debug descriptor for static vars.
355 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon28::DestroyObject
374 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon28::DestroyNRVOVariable
398 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon28::CallStackRestore
409 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon28::ExtendGCLifetime
428 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon28::CallCleanupFunction
583 // Emit the initializer.
768 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
777 /// EmitAutoVarAlloca - Emit th
1400 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:__anon29::RegularPartialArrayDestroy
1422 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:__anon29::IrregularPartialArrayDestroy
1478 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon30::ConsumeARCParameter
[all...]
H A DCGException.cpp1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions --------------===//
358 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon32::FreeException
515 /// Emit the dispatch block for a filter scope if necessary.
907 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon33::CallEndCatch
1136 // Emit the local.
1142 /// Emit the structure of the dispatch block for the given catch scope.
1235 // Emit the structure of the EH dispatch for this catch.
1317 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon34::CallEndCatchForFinally
1344 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon34::PerformFinally
1356 // Emit th
[all...]
H A DCGExprCXX.cpp1 //===--- CGExprCXX.cpp - Emit LLVM Code for C++ expressions ---------------===//
338 // Emit the 'this' pointer.
568 // Emit the array size expression.
922 // Emit the initializer into this element.
1023 void Emit(CodeGenFunction &CGF, Flags flags) {
1080 void Emit(CodeGenFunction &CGF, Flags flags) {
1181 // Emit the rest of the arguments.
1211 // Emit the allocation call. If the allocator is a global placement
1226 // Emit a null check on the allocation result if the allocation
1343 // Emit th
1361 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon43::CallObjectDelete
1462 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon44::CallArrayDelete
[all...]
H A DItaniumCXXABI.cpp1 //===------- ItaniumCXXABI.cpp - Emit LLVM Code from ASTs for a Module ----===//
960 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon78::CallGuardAbort
1092 // Emit the initializer and add a global destructor if appropriate.
H A DCGClass.cpp1 //===--- CGClass.cpp - Emit LLVM Code for C++ classes ---------------------===//
338 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon20::CallBaseDtor
517 // Emit the increment of the loop counter.
526 // Emit the fall-through block.
538 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon21::CallMemberDtor
650 // Emit the block variables for the array indices, if any.
751 // Emit the constructor prologue, i.e. the base and member
755 // Emit the body of the statement.
761 // Emit any cleanup blocks associated with the member or base
973 void Emit(CodeGenFunctio function in struct:__anon22::CallDtorDelete
992 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:__anon22::DestroyField
1374 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon23::CallDelegatingCtorDtor
1434 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon24::CallLocalDtor
[all...]
H A DCodeGenFunction.h220 /// Emit the cleanup. For normal cleanups, this is run in the
226 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
236 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:clang::CodeGen::EHScopeStack::ConditionalCleanup1
238 T(a0).Emit(CGF, flags);
253 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:clang::CodeGen::EHScopeStack::ConditionalCleanup2
256 T(a0, a1).Emit(CGF, flags);
273 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:clang::CodeGen::EHScopeStack::ConditionalCleanup3
277 T(a0, a1, a2).Emit(CGF, flags);
296 void Emit(CodeGenFunction &CGF, Flags flags) { function in class:clang::CodeGen::EHScopeStack::ConditionalCleanup4
301 T(a0, a1, a2, a3).Emit(CG
[all...]
H A DCGObjC.cpp1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===//
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) { function in struct:__anon50::FinishARCDealloc
1127 // Emit objc_setProperty((id) self, _cmd, offset, arg,
1257 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon52::DestroyIvar
1316 // Emit .cxx_construct.
1341 // Emit
1678 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon53::CallObjCRelease
2253 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon54::CallObjCAutoreleasePoolObject
2262 void Emit(CodeGenFunction &CGF, Flags flags) { function in struct:__anon54::CallObjCMRRAutoreleasePoolObject
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc1662 // Emit a nop in the branch delay slot if required.
1881 // Emit a nop in the branch delay slot if required.
1893 // Emit a nop in the branch delay slot if required.
2161 // Emit a nop in the branch delay slot if required.
2230 // Emit a nop in the branch delay slot if required.
2312 // Emit a nop in the branch delay slot if required.
2321 // Emit a nop in the branch delay slot if required.
2419 // Emit a nop in the branch delay slot if required.
2438 // Emit a nop in the branch delay slot if required.
2520 // Emit
5399 void CodePatcher::Emit(Instr instr) { function in class:v8::internal::CodePatcher
5404 void CodePatcher::Emit(Address addr) { function in class:v8::internal::CodePatcher
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1080 procedure Emit(const Token: IToken); overload;
1092 function Emit: IToken; overload; function
2461 procedure Emit(const Token: IToken); overload; virtual;
2462 function Emit: IToken; overload; virtual;
5343 function TLexer.Emit: IToken;
5350 Emit(Result);
5353 procedure TLexer.Emit(const Token: IToken);
5540 Emit

Completed in 437 milliseconds

12