Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp17 CFBundle::CFBundle(const char *path) in CFBundle() function in CFBundle
24 CFBundle::CFBundle(const CFBundle &rhs) = default;
27 CFBundle &CFBundle::operator=(const CFBundle &rhs) { in operator =()
34 CFBundle::~CFBundle() = default;
37 bool CFBundle::SetPath(const char *path) { in SetPath()
56 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier()
63 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL()
H A DCFBundle.h18 class CFBundle : public CFReleaser<CFBundleRef> {
21 CFBundle(const char *path = NULL);
22 CFBundle(const CFBundle &rhs);
23 CFBundle &operator=(const CFBundle &rhs);
24 virtual ~CFBundle();
H A DMachProcess.mm47 #include "CFBundle.h"
3571 CFBundle bundle(app_bundle_path);
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.cpp85 class CFBundle : public CFReleaser<CFBundleRef> { class
87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle
89 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle
114 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath()
159 CFBundle Bundle(ExePath); in getBundleInfo()
H A DCMakeLists.txt24 CFBundle.cpp
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Davailability-cf-link-guard.m15 struct CFBundle; struct
16 typedef struct CFBundle *CFBundleRef;
18 // CHECK_CF: declare i32 @CFBundleGetVersionNumber(%struct.CFBundle* noundef)
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/dsymutil/
H A DBUILD.gn24 "CFBundle.cpp",
/llvm-project-15.0.7/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj45 …26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2695DD910D…
76 …456F67641AD46CE9002850C2 /* CFBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2695DD910D…
112 …3EBFF6007E4CA2 /* CFBundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
113 …20D3EBFF6007E4CA2 /* CFBundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
333 2695DD920D3EBFF6007E4CA2 /* CFBundle.h */,
334 2695DD910D3EBFF6007E4CA2 /* CFBundle.cpp */,
534 26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */,
579 456F67641AD46CE9002850C2 /* CFBundle.cpp in Sources */,
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DCMakeLists.txt219 MacOSX/CFBundle.cpp
H A DDNB.cpp1700 CFBundle bundle(path); in DNBResolveExecutablePath()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4750 lldb/tools/debugserver/source/MacOSX/CFBundle.cpp
4751 lldb/tools/debugserver/source/MacOSX/CFBundle.h
6951 llvm/tools/dsymutil/CFBundle.cpp
6952 llvm/tools/dsymutil/CFBundle.h