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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp305 getSectionExtent(jitlink::LinkGraph &G, StringRef SectionName) { function in namespace:llvm::orc
353 if (auto ModInitsOrErr = getSectionExtent(G, "__mod_init_func"))
359 if (auto ObjCSelRefsOrErr = getSectionExtent(G, "__objc_selrefs"))
365 if (auto ObjCClassListOrErr = getSectionExtent(G, "__objc_classlist"))

Completed in 46 milliseconds