Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h358 Expected<unsigned> emitSection(const ObjectFile &Obj,
DRuntimeDyld.cpp652 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl
763 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h395 Expected<unsigned> emitSection(const ObjectFile &Obj,
DRuntimeDyld.cpp702 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection() function in llvm::RuntimeDyldImpl
826 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp69 void emitSection(MCStreamer *MCOS);
258 LineStr->emitSection(MCOS); in Emit()
311 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) { in emitSection() function in MCDwarfLineStr