Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp817 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSections() local
823 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSections()
828 CP.orc_rt_coff_register_object_sections, HeaderAddr, ObjSecs, true)), in registerObjectPlatformSections()
832 ObjSecs))}); in registerObjectPlatformSections()
878 COFFObjectSectionsMap ObjSecs; in registerObjectPlatformSectionsInBootstrap() local
882 ObjSecs.push_back(std::make_pair(S.getName().str(), Range.getRange())); in registerObjectPlatformSectionsInBootstrap()
890 ObjSecs))}); in registerObjectPlatformSectionsInBootstrap()
893 BState.ObjectSectionsMaps.push_back(std::move(ObjSecs)); in registerObjectPlatformSectionsInBootstrap()