Searched refs:createFromOpenFileSlice (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 126 return createFromOpenFileSlice(Context, fd, path, size, 0, options); in createFromOpenFile() 130 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, in createFromOpenFileSlice() function in LTOModule
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 125 return createFromOpenFileSlice(Context, fd, path, size, 0, options); in createFromOpenFile() 129 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, in createFromOpenFileSlice() function in LTOModule
|
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 100 createFromOpenFileSlice(LLVMContext &Context, int fd, const char *path,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 127 return createFromOpenFileSlice(Context, fd, path, size, 0, options); in createFromOpenFile() 131 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, in createFromOpenFileSlice() function in LTOModule
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/ |
D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/ |
D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 106 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/ |
D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/ |
D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/aosp_15_r20/external/llvm/tools/lto/ |
H A D | lto.cpp | 232 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()
|