Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp110 MCOS->getContext() in make()
289 MCOS.emitLabel(Header.Emit(&MCOS, Params, None, NoLineStr).second); in Emit()
312 MCOS, Params, in Emit()
335 MCOS->switchSection( in emitSection()
413 MCOS->emitInt8(1); in emitV5FileDirTables()
525 MCOS->emitInt8(1); in Emit()
817 MCOS->emitInt8(0); in EmitGenDwarfAbbrev()
863 MCOS->emitInt16(2); in EmitGenDwarfAranges()
874 MCOS->emitInt8(0); in EmitGenDwarfAranges()
1068 MCOS->emitInt8(0); in EmitGenDwarfInfo()
[all …]
H A DMCPseudoProbe.cpp35 MCContext &Context = MCOS->getContext(); in buildSymbolDiff()
47 MCOS->emitULEB128IntValue(Index); in emit()
57 MCOS->emitInt8(Flag | PackedType); in emit()
65 MCOS->emitSLEB128IntValue(Delta); in emit()
71 MCOS->emitSymbolValue( in emit()
138 MCOS->emitInt64(Guid); in emit()
145 Probe.emit(MCOS, LastProbe); in emit()
180 MCContext &Ctx = MCOS->getContext(); in emit()
187 MCOS->switchSection(S); in emit()
198 MCContext &Ctx = MCOS->getContext(); in emit()
[all …]
H A DMCContext.cpp964 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() argument
966 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1383 MCOS->emitULEB128IntValue(Column); in emitBinaryDwarfLineTable()
1397 MCOS->emitULEB128IntValue(Isa); in emitBinaryDwarfLineTable()
1439 MCStreamer *MCOS, MCSection *Section, in emitDwarfLineTable() argument
1470 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
1475 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
1482 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
1489 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
1524 MCOS->emitLabel(getLabel()); in emitCU()
1525 MCOS->emitBytes(RawData); in emitCU()
1531 MCOS->emitRelocDirective( in emitCU()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h66 void emitRef(MCStreamer *MCOS, StringRef Path);
69 void emitSection(MCStreamer *MCOS);
210 static void make(MCStreamer *MCOS, MCSection *Section);
278 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
281 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
317 void emitV2FileDirTables(MCStreamer *MCOS) const;
342 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params,
355 void emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params,
360 emitOne(MCStreamer *MCOS, MCSection *Section,
435 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
[all …]
H A DMCPseudoProbe.h159 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *LastProbe) const;
258 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *&LastProbe);
303 void emit(MCObjectStreamer *MCOS);
316 static void emit(MCObjectStreamer *MCOS);
H A DMCContext.h807 void finalizeDwarfSections(MCStreamer &MCOS);
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h1129 void emitCU(MCStreamer *MCOS, MCDwarfLineTableParams Params,