#include "xpc/Conversion.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <dlfcn.h>
#include <stdio.h>
#include <string>
#include <xpc/xpc.h>
Go to the source code of this file.
◆ dumpXPCObject()
static void dumpXPCObject |
( |
xpc_object_t |
Object, |
|
|
llvm::raw_ostream & |
OS |
|
) |
| |
|
static |
◆ getLibraryPath()
static std::string getLibraryPath |
( |
| ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ clangd_xpc_get_bundle_identifier_t
const typedef char*(* clangd_xpc_get_bundle_identifier_t) (void) |