Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1435 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsData) in createObjCRuntimeObject() local
1436 if (G.findSectionByName(ObjCRuntimeSectionName)) in createObjCRuntimeObject()
1439 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsText) { in createObjCRuntimeObject() local
1440 if (G.findSectionByName(ObjCRuntimeSectionName)) { in createObjCRuntimeObject()
1562 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsData) { in populateObjCRuntimeObject() local
1563 if (auto *GraphSec = G.findSectionByName(ObjCRuntimeSectionName)) { in populateObjCRuntimeObject()
1569 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsText) { in populateObjCRuntimeObject() local
1570 if (auto *GraphSec = G.findSectionByName(ObjCRuntimeSectionName)) { in populateObjCRuntimeObject()