Searched refs:MCOS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 95 MCOS->EmitLabel(LineSym); in Make() 107 MCOS->getContext() in Make() 267 MCOS.EmitLabel(Header.Emit(&MCOS, Params, None, NoLineStr).second); in Emit() 290 MCOS, Params, in Emit() 313 MCOS->SwitchSection( in emitSection() 366 MCOS->EmitBinaryData( in emitOneV5FileEntry() 374 MCOS->EmitBytes( in emitOneV5FileEntry() 462 emitAbsValue(*MCOS, in Emit() 485 emitAbsValue(*MCOS, in Emit() 818 EmitAbbrev(MCOS, 0, 0); in EmitGenDwarfAbbrev() [all …]
|
| H A D | MCContext.cpp | 597 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() argument 599 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 168 static void Make(MCObjectStreamer *MCOS, MCSection *Section); 231 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, 234 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, 250 void emitV2FileDirTables(MCStreamer *MCOS) const; 251 void emitV5FileDirTables(MCStreamer *MCOS, Optional<MCDwarfLineStr> &LineStr, 277 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, 287 static void Emit(MCObjectStreamer *MCOS, MCDwarfLineTableParams Params); 290 void EmitCU(MCObjectStreamer *MCOS, MCDwarfLineTableParams Params, 373 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, 383 static void Emit(MCStreamer *MCOS); [all …]
|
| H A D | MCContext.h | 606 void finalizeDwarfSections(MCStreamer &MCOS);
|