Home
last modified time | relevance | path

Searched defs:Dylib (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h54 struct Dylib { struct
55 std::string Name;
56 uint32_t Timestamp;
57 uint32_t CurrentVersion;
58 uint32_t CompatibilityVersion;
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h80 DylibVerifier(llvm::MachO::Records &&Dylib, ReexportedInterfaces &&Reexports, in DylibVerifier()
189 llvm::MachO::Records Dylib; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp81 auto Dylib = sys::DynamicLibrary::getPermanentLibrary(DylibPath, &ErrMsg); in loadDylib() local
93 sys::DynamicLibrary Dylib(Elem.Handle.toPtr<void *>()); in lookupSymbolsAsync() local
H A DExecutionUtils.cpp222 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow, in DynamicLibrarySearchGenerator()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp922 bool Fatal = true) { in verifyBinaryAttrs()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp866 for (const auto &Dylib : Dylibs) { in loadDylibs() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp398 for (const std::string &Dylib : Dylibs) { in loadDylibs() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local