Home
last modified time | relevance | path

Searched refs:isBitcodeWrapper (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
96 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
96 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
96 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h116 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
146 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h191 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
219 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h240 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
268 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h239 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
267 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h239 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
267 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h239 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
267 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeReader.h239 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function
267 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
/aosp_15_r20/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp715 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in openBitcodeFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp486 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in analyzeHeader()
H A DBitcodeReader.cpp145 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStream()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp468 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in analyzeHeader()
H A DBitcodeReader.cpp138 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStream()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5802 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStreamFromBuffer()
5829 if (isBitcodeWrapper(buf, buf + 4)) { in initLazyStream()
6474 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStreamFromBuffer()
6501 if (isBitcodeWrapper(buf, buf + 4)) { in initLazyStream()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3431 if (isBitcodeWrapper(BufPtr, BufEnd)) in InitStreamFromBuffer()
3457 if (isBitcodeWrapper(buf, buf + 4)) { in InitLazyStream()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3773 if (isBitcodeWrapper(BufPtr, BufEnd)) in InitStreamFromBuffer()
3799 if (isBitcodeWrapper(buf, buf + 4)) { in InitLazyStream()