Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp829 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSections() local
835 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSections()
840 CP.orc_rt_coff_register_object_sections, HeaderAddr, ObjSecs, true)), in registerObjectPlatformSections()
844 ObjSecs))}); in registerObjectPlatformSections()
869 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSectionsInBootstrap() local
873 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSectionsInBootstrap()
881 ObjSecs))}); in registerObjectPlatformSectionsInBootstrap()
884 BState.ObjectSectionsMaps.push_back(std::move(ObjSecs)); in registerObjectPlatformSectionsInBootstrap()