#include "DynamicLibraryManager.h"
#include "Compatibility.h"
#include "Paths.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include <fstream>
#include <sys/stat.h>
#include <system_error>
Go to the source code of this file.
◆ DEBUG_TYPE [1/6]
| #define DEBUG_TYPE "Dyld::lookupLibInPaths" |
◆ DEBUG_TYPE [2/6]
| #define DEBUG_TYPE "Dyld::lookupLibMaybeAddExt:" |
◆ DEBUG_TYPE [3/6]
| #define DEBUG_TYPE "Dyld::normalizePath:" |
◆ DEBUG_TYPE [4/6]
| #define DEBUG_TYPE "Dyld::lookupLibrary:" |
◆ DEBUG_TYPE [5/6]
| #define DEBUG_TYPE "Dyld::loadLibrary:" |
◆ DEBUG_TYPE [6/6]
| #define DEBUG_TYPE "Dyld::unloadLibrary:" |