OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBitcodeWrapper
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Bitcode/
ReaderWriter.h
61
///
isBitcodeWrapper
- Return true if the given bytes are the magic bytes
64
inline bool
isBitcodeWrapper
(const unsigned char *BufPtr,
94
return
isBitcodeWrapper
(BufPtr, BufEnd) ||
/frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h
63
///
isBitcodeWrapper
- Return true if the given bytes are the magic bytes
66
static inline bool
isBitcodeWrapper
(const unsigned char *BufPtr,
96
return
isBitcodeWrapper
(BufPtr, BufEnd) ||
/frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h
63
///
isBitcodeWrapper
- Return true if the given bytes are the magic bytes
66
static inline bool
isBitcodeWrapper
(const unsigned char *BufPtr,
96
return
isBitcodeWrapper
(BufPtr, BufEnd) ||
/frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h
63
///
isBitcodeWrapper
- Return true if the given bytes are the magic bytes
66
static inline bool
isBitcodeWrapper
(const unsigned char *BufPtr,
96
return
isBitcodeWrapper
(BufPtr, BufEnd) ||
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
495
if (
isBitcodeWrapper
(BufPtr, EndBufPtr))
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
Completed in 414 milliseconds