Home
last modified time | relevance | path

Searched refs:emitSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h377 Expected<unsigned> emitSection(const ObjectFile &Obj,
H A DRuntimeDyld.cpp801 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl
937 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h69 void emitSection(MCStreamer *MCOS);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp284 LineStr->emitSection(MCOS); in emit()
336 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { in emitSection() function in MCDwarfLineStr