OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBitcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Bitcode/
ReaderWriter.h
99
///
isBitcode
- Return true if the given bytes are the magic bytes for
102
static bool inline
isBitcode
(const unsigned char *BufPtr,
Archive.h
135
bool
isBitcode
() const { return flags&BitcodeFlag; }
/frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h
91
///
isBitcode
- Return true if the given bytes are the magic bytes for
94
static bool inline
isBitcode
(const unsigned char *BufPtr,
/frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h
91
///
isBitcode
- Return true if the given bytes are the magic bytes for
94
static bool inline
isBitcode
(const unsigned char *BufPtr,
Completed in 817 milliseconds