Home
last modified time | relevance | path

Searched refs:convertFDToNativeFile (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DCaching.cpp101 sys::fs::convertFDToNativeFile(TempFile.FD), ObjectPathName, in localCache()
H A DFileOutputBuffer.cpp140 fs::mapped_file_region(fs::convertFDToNativeFile(File.FD), in createOnDiskBuffer()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h990 file_t convertFDToNativeFile(int FD);
993 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile() function
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1244 file_t convertFDToNativeFile(int FD) {
1285 file_t File = convertFDToNativeFile(FD);
1304 file_t File = convertFDToNativeFile(FD);
1313 file_t File = convertFDToNativeFile(FD);
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp135 MemoryBuffer::getOpenFileSlice(sys::fs::convertFDToNativeFile(fd), path, in createFromOpenFileSlice()
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp535 MemoryBuffer::getOpenFileSlice(sys::fs::convertFDToNativeFile(file->fd), in claim_file_hook()