OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBitcodeWrapper
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Bitcode/
ReaderWriter.h
71
///
isBitcodeWrapper
- Return true if the given bytes are the magic bytes
74
inline bool
isBitcodeWrapper
(const unsigned char *BufPtr,
104
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) ||
Completed in 743 milliseconds