Searched refs:emitSection (Results 1 – 4 of 4) sorted by relevance
377 Expected<unsigned> emitSection(const ObjectFile &Obj,
801 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl937 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
69 void emitSection(MCStreamer *MCOS);
284 LineStr->emitSection(MCOS); in emit()336 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { in emitSection() function in MCDwarfLineStr