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

123

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DLogger.h68 /// The Emit function produces the log message. It may or may not be called,
70 void log(llvm::function_ref<void(llvm::raw_ostream &)> Emit) { argument
75 Emit(OS);
81 /// This allows log() to skip evaluating its Emit function.
/freebsd-current/contrib/llvm-project/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 DClangCommentCommandInfoEmitter.cpp75 StringMatcher("Name", Matches, OS).Emit();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h55 void Emit(MCStreamer &Streamer) const override;
62 void Emit(MCStreamer &Streamer) const override;
69 void Emit(MCStreamer &Streamer) const override;
H A DMCDwarf.h46 // Emit the common part of the DWARF 5 range/locations list tables header.
65 /// Emit a reference to the string.
68 /// Emit the .debug_line_str section if appropriate.
252 /// \c Emit().
282 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
285 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
347 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params,
441 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
451 static void Emit(MCStreamer *MCOS);
721 static void Emit(MCObjectStreame
[all...]
H A DMCWinEH.h104 virtual void Emit(MCStreamer &Streamer) const = 0;
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp41 auto Emit = [&](ArrayRef<StringRef> KindNames, StringRef MacroName) { local
55 // Emit attribute enums in the same order llvm::Attribute::operator< expects.
56 Emit({"EnumAttr", "TypeAttr", "IntAttr"}, "ATTRIBUTE_ENUM");
57 Emit({"StrBoolAttr"}, "ATTRIBUTE_STRBOOL");
58 Emit({"ComplexStrAttr"}, "ATTRIBUTE_COMPLEXSTR");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { function in class:llvm::BitstreamWriter
240 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
242 Emit((Val & ((1U << (NumBits - 1)) - 1)) | (1U << (NumBits - 1)),
247 Emit(Val, NumBits);
257 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
259 Emit(((uint32_t)Val & ((1U << (NumBits - 1)) - 1)) |
265 Emit((uint32_t)Val, NumBits);
268 /// EmitCode - Emit the specified code.
270 Emit(Val, CurCodeSize);
301 // Emit
[all...]
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp29 void Emit(llvm::StringRef message) override {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp52 EHStreamer.Emit(*this);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h144 void Emit(const DiagnosticBuilder &DB) const { function in class:clang::PartialDiagnostic
172 Emit(DB);
199 PD.Emit(DB);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h191 /// Emit the cleanup. For normal cleanups, this is run in the
197 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
214 void Emit(CodeGenFunction &CGF, Flags flags) override {
215 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h51 virtual void Emit(llvm::StringRef message) = 0;
65 void Emit(llvm::StringRef message) override;
81 void Emit(llvm::StringRef message) override;
96 void Emit(llvm::StringRef message) override;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp27 // Emit the various dwarf units to the unit section USection with
97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
99 // Emit strings into a string section.
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp114 m_log_handler.Emit(message);
H A DLog.cpp367 handler_sp->Emit(message);
393 void StreamLogHandler::Emit(llvm::StringRef message) { function in class:StreamLogHandler
406 void CallbackLogHandler::Emit(llvm::StringRef message) { function in class:CallbackLogHandler
413 void RotatingLogHandler::Emit(llvm::StringRef message) { function in class:RotatingLogHandler
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp266 // Emit an s_delay_alu instruction if necessary before MI.
331 bool runOnMachineBasicBlock(MachineBasicBlock &MBB, bool Emit) { argument
380 if (Emit && !MI.isBundledWithPred()) {
409 if (Emit) {
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp172 // Emit the signature.
174 Stream.Emit(Byte, 8);
176 // Emit the blocks.
202 // Emit the block name if present.
330 Offset = Generator.Emit(BlobStream);
407 /// Emit a serialized representation of a version tuple.
433 /// Emit versioned information.
496 /// Emit a serialized representation of the common entity information.
534 /// Emit a serialized representation of the common type information.
611 Offset = Generator.Emit(BlobStrea
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h90 /// Emit the given message to the operating system log.
264 void Emit(llvm::StringRef message) override;
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp286 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfDwoLineTable
292 MCOS.emitLabel(Header.Emit(&MCOS, Params, std::nullopt, NoLineStr).second);
296 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineTableHeader
314 return Emit(MCOS, Params,
344 // Emit the strings without perturbing the offsets we used.
451 // in the v5 table. Emit MD5 checksums and source if we have them.
488 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineTableHeader
557 MCSymbol *LineEndSym = Header.Emit(MCOS, Params, LineStr).second;
668 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, function in class:MCDwarfLineAddr
854 // Emit th
1137 void MCGenDwarfInfo::Emit(MCStreamer *MCOS) { function in class:MCGenDwarfInfo
1854 void MCDwarfFrameEmitter::Emit(MCObjectStreamer &Streamer, MCAsmBackend *MAB, function in class:MCDwarfFrameEmitter
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp468 // 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);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h141 /// Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) { function in class:llvm::OnDiskChainedHashTableGenerator
144 return Emit(Out, InfoObj);
147 /// Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) { function in class:llvm::OnDiskChainedHashTableGenerator
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
416 /// OnDiskHashTableGenerator::Emit.
599 /// OnDiskHashTableGenerator::Emit
[all...]

Completed in 209 milliseconds

123