Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp42 static CFURLRef (*g_dlsym_DBGCopyFullDSYMURLForUUID)(CFUUIDRef uuid, CFURLRef exec_url) = nullptr;
95 CFCReleaser<CFURLRef> exec_url; in LocateMacOSXFilesUsingDebugSymbols() local
100 exec_url.reset(::CFURLCreateFromFileSystemRepresentation( in LocateMacOSXFilesUsingDebugSymbols()
106 g_dlsym_DBGCopyFullDSYMURLForUUID(module_uuid_ref.get(), exec_url.get())); in LocateMacOSXFilesUsingDebugSymbols()