Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp13 CFCBundle::CFCBundle(const char *path) : CFCReleaser<CFBundleRef>() { in CFCBundle() function in CFCBundle
18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle() function in CFCBundle
22 CFCBundle::~CFCBundle() = default;
25 bool CFCBundle::SetPath(const char *path) { in SetPath()
43 bool CFCBundle::GetPath(char *dst, size_t dst_len) { in GetPath()
57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier()
64 CFTypeRef CFCBundle::GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey()
71 CFURLRef CFCBundle::CopyExecutableURL() const { in CopyExecutableURL()
H A DCFCBundle.h14 class CFCBundle : public CFCReleaser<CFBundleRef> {
17 CFCBundle(const char *path = NULL);
18 CFCBundle(CFURLRef url);
20 ~CFCBundle() override;
34 CFCBundle(const CFCBundle &) = delete;
36 const CFCBundle &operator=(const CFCBundle &) = delete;
/llvm-project/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn95 "macosx/cfcpp/CFCBundle.cpp",
/llvm-project/lldb/source/Host/
H A DCMakeLists.txt92 macosx/cfcpp/CFCBundle.cpp
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp37 #include "Host/macosx/cfcpp/CFCBundle.h"
263 CFCBundle bundle(path); in LocateExecutableObjectFile()
705 CFCBundle bundle(path); in LocateMacOSXFilesUsingDebugSymbols()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm78 #include "../cfcpp/CFCBundle.h"
130 CFCBundle bundle(path);
147 CFCBundle bundle(path);
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp574 CFCBundle bundle(file_spec.GetPath().c_str()); in AddKextToMap()