Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp27 class LoadedCOFFObjectInfo : public RuntimeDyld::LoadedObjectInfo { class
29 LoadedCOFFObjectInfo(RuntimeDyldImpl &RTDyld, unsigned BeginIdx, in LoadedCOFFObjectInfo() function in __anon5a6ee07a0111::LoadedCOFFObjectInfo
59 return llvm::make_unique<LoadedCOFFObjectInfo>(*this, SectionStartIdx, in loadObject()