Searched refs:emitSection (Results 1 – 3 of 3) sorted by relevance
371 Expected<unsigned> emitSection(const ObjectFile &Obj,
790 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl918 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
89 void emitSection(MCStreamer *MCOS);260 LineStr->emitSection(MCOS); in emit()313 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { in emitSection() function in MCDwarfLineStr