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

/freebsd-current/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, function in class:llvm::RuntimeDyldImpl
894 LLVM_DEBUG(dbgs() << "emitSection SectionID: " << SectionID << " Name: "
906 dbgs() << "emitSection SectionID: " << SectionID << " Name: " << Name
937 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h69 void emitSection(MCStreamer *MCOS);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp283 LineStr->emitSection(MCOS);
335 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { function in class:MCDwarfLineStr

Completed in 125 milliseconds