Searched refs:Emit (Results 1 - 25 of 75) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp33 StringMatcher("Name", Matches, OS).Emit();
55 StringMatcher("Name", MatchesEndTagOptional, OS).Emit();
60 StringMatcher("Name", MatchesEndTagForbidden, OS).Emit();
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp78 StringMatcher("Name", NameToUTF8, OS).Emit();
H A DClangOpenCLBuiltinEmitter.cpp90 void Emit();
115 // Emit the enum or struct used in the generated file.
140 // Emit the FunctionExtensionTable that lists all function extensions.
143 // Emit the TypeTable containing all types used by OpenCL builtins.
146 // Emit the SignatureTable. This table contains all the possible signatures.
156 // Emit the BuiltinTable table. This table contains all the overloads of
169 // Emit a StringMatcher function to check whether a function name is an
173 // Emit a function returning the clang QualType instance associated with
233 void BuiltinNameEmitter::Emit() { function in class:BuiltinNameEmitter
239 // Emit enum
[all...]
H A DClangCommentCommandInfoEmitter.cpp74 StringMatcher("Name", Matches, OS).Emit();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAttributes.cpp42 auto Emit = [&](ArrayRef<StringRef> KindNames, StringRef MacroName) { local
56 // Emit attribute enums in the same order llvm::Attribute::operator< expects.
57 Emit({"EnumAttr", "TypeAttr", "IntAttr"}, "ATTRIBUTE_ENUM");
58 Emit({"StrBoolAttr"}, "ATTRIBUTE_STRBOOL");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp52 void Emit(uint32_t value, raw_ostream &OS) const;
53 void Emit(uint64_t value, raw_ostream &OS) const;
112 Emit(InstWord01, OS);
113 Emit(InstWord2, OS);
114 Emit((uint32_t) 0, OS);
136 Emit(Word01, OS);
137 Emit(Word2, OS);
138 Emit((uint32_t) 0, OS);
148 Emit(Inst, OS);
152 void R600MCCodeEmitter::Emit(uint32_ function in class:R600MCCodeEmitter
156 void R600MCCodeEmitter::Emit(uint64_t Value, raw_ostream &OS) const { function in class:R600MCCodeEmitter
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWin64EH.h55 void Emit(MCStreamer &Streamer) const override;
62 void Emit(MCStreamer &Streamer) const override;
H A DMCWinEH.h82 virtual void Emit(MCStreamer &Streamer) const = 0;
H A DMCDwarf.h46 // Emit the common part of the DWARF 5 range/locations list tables header.
210 /// \c Emit().
240 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
243 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
304 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params,
398 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
408 static void Emit(MCStreamer *MCOS);
642 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dstm32l4xx-cannot-fix-far-ldm.s23 @ Emit a warning during the link phase and keep the same instruction
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Demit-relocs-1.d1 #name: Emit relocs 1
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Demit-relocs-1.d1 #name: Emit relocs 1
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-nios2/
H A Demit-relocs-1.d1 #name: Emit relocs 1
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pru/
H A Demit-relocs-1.d1 #name: Emit relocs 1
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h202 void Emit(uint32_t Val, unsigned NumBits) { function in class:llvm::BitstreamWriter
233 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
235 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
239 Emit(Val, NumBits);
249 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
251 Emit(((uint32_t)Val & ((1 << (NumBits-1))-1)) |
256 Emit((uint32_t)Val, NumBits);
259 /// EmitCode - Emit the specified code.
261 Emit(Val, CurCodeSize);
293 // Emit
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp51 EHStreamer.Emit(*this);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h147 void Emit(const DiagnosticBuilder &DB) const { function in class:clang::PartialDiagnostic
175 Emit(DB);
202 PD.Emit(DB);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DEHScopeStack.h185 /// Emit the cleanup. For normal cleanups, this is run in the
191 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
208 void Emit(CodeGenFunction &CGF, Flags flags) override {
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp29 // Emit the various dwarf units to the unit section USection with
98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
100 // Emit strings into a string section.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.cpp88 // Emit code to break out if the prefix doesn't match.
129 /// Emit - Top level entry point.
131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { function in class:StringMatcher
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp85 /// Emit a reference to the string.
88 /// Emit the .debug_line_str section if appropriate.
263 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfDwoLineTable
269 MCOS.emitLabel(Header.Emit(&MCOS, Params, None, NoLineStr).second);
273 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineTableHeader
291 return Emit(
317 // Emit the strings without perturbing the offsets we used.
415 // in the v5 table. Emit MD5 checksums and source if we have them.
452 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineTableHeader
521 MCSymbol *LineEndSym = Header.Emit(MCO
639 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineAddr
1156 void MCGenDwarfInfo::Emit(MCStreamer *MCOS) { function in class:MCGenDwarfInfo
1851 void MCDwarfFrameEmitter::Emit(MCObjectStreamer &Streamer, MCAsmBackend *MAB, function in class:MCDwarfFrameEmitter
[all...]
H A DMCObjectStreamer.cpp178 MCDwarfFrameEmitter::Emit(*this, MAB, true);
181 MCDwarfFrameEmitter::Emit(*this, MAB, false);
291 // Emit a label at a previously emitted fragment/offset position. This must be
488 MCDwarfLineAddr::Emit(&OS, Params, LineDelta, 0);
503 MCDwarfLineAddr::Emit(this, Assembler->getDWARFLinetableParams(), LineDelta,
512 // Emit a DW_LNE_end_sequence for the end of the section.
547 // Emit a label at the current position and record it in the CodeViewContext.
823 // Emit now if we can for better errors.
844 // Emit an NOP fragment.
870 MCGenDwarfInfo::Emit(thi
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp475 // Emit the block name if present.
775 // Emit the file header.
776 Stream.Emit((unsigned)'B', 8);
777 Stream.Emit((unsigned)'C', 8);
778 Stream.Emit((unsigned)'G', 8);
779 Stream.Emit((unsigned)'I', 8);
832 BucketOffset = Generator.Emit(Out, Trait);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h142 /// Emit the table to Out, which must not be at offset 0.
143 offset_type Emit(raw_ostream &Out) { function in class:llvm::OnDiskChainedHashTableGenerator
145 return Emit(Out, InfoObj);
148 /// Emit the table to Out, which must not be at offset 0.
151 offset_type Emit(raw_ostream &Out, Info &InfoObj) { function in class:llvm::OnDiskChainedHashTableGenerator
171 // Emit the payload of the table.
216 // Emit the hashtable itself.
300 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
411 /// OnDiskHashTableGenerator::Emit.
593 /// OnDiskHashTableGenerator::Emit
[all...]

Completed in 319 milliseconds

123