Home
last modified time | relevance | path

Searched refs:DecompressedInput (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp188 MemoryBuffer &DecompressedInput = **DecompressedBufferOrErr; in extractOffloadBundleFatBinary() local
189 if (Error Err = extractOffloadBundle(DecompressedInput, SectionOffset, in extractOffloadBundleFatBinary()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1349 MemoryBuffer &DecompressedInput = **DecompressedBufferOrErr; in ListBundleIDsInFile() local
1353 CreateFileHandler(DecompressedInput, BundlerConfig); in ListBundleIDsInFile()
1359 return FH->listBundleIDs(DecompressedInput); in ListBundleIDsInFile()