Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOModule.cpp126 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 DLTOModule.cpp125 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 DLTOModule.h100 createFromOpenFileSlice(LLVMContext &Context, int fd, const char *path,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp127 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/
DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/
DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h106 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/
DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/
DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/aosp_15_r20/external/llvm/tools/lto/
H A Dlto.cpp232 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()