/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ReaderWriter_2_9_func.h | 66 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/ |
D | ReaderWriter_2_9.h | 66 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/ |
D | ReaderWriter_3_2.h | 66 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 D | ReaderWriter.h | 116 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 D | BitcodeReader.h | 191 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 D | BitcodeReader.h | 240 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/ |
D | BitcodeReader.h | 239 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/ |
D | BitcodeReader.h | 239 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/ |
D | BitcodeReader.h | 239 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/ |
D | BitcodeReader.h | 239 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 D | llvm-bcanalyzer.cpp | 715 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in openBitcodeFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 486 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in analyzeHeader()
|
H A D | BitcodeReader.cpp | 145 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStream()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 468 if (isBitcodeWrapper(BufPtr, EndBufPtr)) { in analyzeHeader()
|
H A D | BitcodeReader.cpp | 138 if (isBitcodeWrapper(BufPtr, BufEnd)) in initStream()
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5802 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/ |
D | BitcodeReader.cpp | 3431 if (isBitcodeWrapper(BufPtr, BufEnd)) in InitStreamFromBuffer() 3457 if (isBitcodeWrapper(buf, buf + 4)) { in InitLazyStream()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3773 if (isBitcodeWrapper(BufPtr, BufEnd)) in InitStreamFromBuffer() 3799 if (isBitcodeWrapper(buf, buf + 4)) { in InitLazyStream()
|