Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp255 StringRef ObjCImageInfoSectionName = "__DATA,__objc_image_info"; variable
947 auto *ObjCImageInfo = G.findSectionByName(ObjCImageInfoSectionName); in processObjCImageInfo()
955 return make_error<StringError>("Empty " + ObjCImageInfoSectionName + in processObjCImageInfo()
962 ObjCImageInfoSectionName + in processObjCImageInfo()
974 return make_error<StringError>(ObjCImageInfoSectionName + in processObjCImageInfo()
1191 ObjCImageInfoSectionName, ObjCSelRefsSectionName, in registerObjectPlatformSections()