Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.h32 CFURLRef CopyExecutableURL() const;
H A DCFBundle.cpp74 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL() function in CFBundle
H A DDarwinProcessLauncher.cpp89 CFReleaser<CFURLRef> url(bundle.CopyExecutableURL()); in ResolveExecutablePath()