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.cpp1458 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsData) in createObjCRuntimeObject() local
1459 if (G.findSectionByName(ObjCRuntimeSectionName)) in createObjCRuntimeObject()
1462 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsText) { in createObjCRuntimeObject() local
1463 if (G.findSectionByName(ObjCRuntimeSectionName)) { in createObjCRuntimeObject()
1579 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsData) { in populateObjCRuntimeObject() local
1580 if (auto *GraphSec = G.findSectionByName(ObjCRuntimeSectionName)) { in populateObjCRuntimeObject()
1586 for (auto ObjCRuntimeSectionName : ObjCRuntimeObjectSectionsText) { in populateObjCRuntimeObject() local
1587 if (auto *GraphSec = G.findSectionByName(ObjCRuntimeSectionName)) { in populateObjCRuntimeObject()