Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp840 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSections() local
846 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSections()
851 CP.orc_rt_coff_register_object_sections, HeaderAddr, ObjSecs, true)), in registerObjectPlatformSections()
855 ObjSecs))}); in registerObjectPlatformSections()
880 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSectionsInBootstrap() local
884 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSectionsInBootstrap()
892 ObjSecs))}); in registerObjectPlatformSectionsInBootstrap()
895 BState.ObjectSectionsMaps.push_back(std::move(ObjSecs)); in registerObjectPlatformSectionsInBootstrap()