Home
last modified time | relevance | path

Searched refs:MCOS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp113 MCOS->getContext() in make()
292 MCOS.emitLabel(Header.Emit(&MCOS, Params, std::nullopt, NoLineStr).second); in Emit()
337 MCOS->switchSection( in emitSection()
419 MCOS->emitInt8(1); in emitV5FileDirTables()
531 MCOS->emitInt8(1); in Emit()
816 MCOS->emitInt8(0); in EmitGenDwarfAbbrev()
862 MCOS->emitInt16(2); in EmitGenDwarfAranges()
873 MCOS->emitInt8(0); in EmitGenDwarfAranges()
876 MCOS->emitInt8(0); in EmitGenDwarfAranges()
1067 MCOS->emitInt8(0); in EmitGenDwarfInfo()
[all …]
H A DMCPseudoProbe.cpp42 MCContext &Context = MCOS->getContext(); in buildSymbolDiff()
58 MCOS->emitULEB128IntValue(Index); in emit()
73 MCOS->emitInt8(Flag | PackedType); in emit()
81 MCOS->emitSLEB128IntValue(Delta); in emit()
87 MCOS->emitInt64(Guid); in emit()
157 MCOS->emitInt64(Guid); in emit()
174 LastProbe->emit(MCOS, nullptr); in emit()
178 Probe.emit(MCOS, LastProbe); in emit()
212 MCContext &Ctx = MCOS->getContext(); in emit()
228 MCOS->switchSection(S); in emit()
[all …]
H A DMCContext.cpp1004 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() argument
1006 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h66 void emitRef(MCStreamer *MCOS, StringRef Path);
69 void emitSection(MCStreamer *MCOS);
214 static void make(MCStreamer *MCOS, MCSection *Section);
282 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
285 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
321 void emitV2FileDirTables(MCStreamer *MCOS) const;
322 void emitV5FileDirTables(MCStreamer *MCOS,
347 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params,
360 void emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params,
365 emitOne(MCStreamer *MCOS, MCSection *Section,
[all …]
H A DMCPseudoProbe.h173 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *LastProbe) const;
274 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *&LastProbe);
317 void emit(MCObjectStreamer *MCOS);
330 static void emit(MCObjectStreamer *MCOS);
H A DMCContext.h811 void finalizeDwarfSections(MCStreamer &MCOS);