Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp879 if (auto *ObjCImageInfoSec = G.findSectionByName(ObjCImageInfoSectionName)) { in registerInitSections() local
880 if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) in registerInitSections()