Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp287 getSectionExtent(jitlink::LinkGraph &G, StringRef SectionName) { in getSectionExtent() function
336 if (auto ModInitsOrErr = getSectionExtent(G, "__mod_init_func")) in modifyPassConfig()
342 if (auto ObjCSelRefsOrErr = getSectionExtent(G, "__objc_selrefs")) in modifyPassConfig()
348 if (auto ObjCClassListOrErr = getSectionExtent(G, "__objc_classlist")) in modifyPassConfig()