Searched refs:emitSection (Results 1 – 5 of 5) sorted by relevance
358 Expected<unsigned> emitSection(const ObjectFile &Obj,
652 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl763 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
395 Expected<unsigned> emitSection(const ObjectFile &Obj,
702 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl826 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
69 void emitSection(MCStreamer *MCOS);258 LineStr->emitSection(MCOS); in Emit()311 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { in emitSection() function in MCDwarfLineStr