OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isbitcode
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/Bitcode/
ReaderWriter.h
99
///
isBitcode
- Return true if the given bytes are the magic bytes for
102
inline bool
isBitcode
(const unsigned char *BufPtr,
Archive.h
129
bool
isBitcode
() const { return flags&BitcodeFlag; }
/external/llvm/include/llvm/Support/
IRReader.h
38
if (
isBitcode
((const unsigned char *)Buffer->getBufferStart(),
79
if (
isBitcode
((const unsigned char *)Buffer->getBufferStart(),
/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,
/frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h
91
///
isBitcode
- Return true if the given bytes are the magic bytes for
94
static bool inline
isBitcode
(const unsigned char *BufPtr,
/external/llvm/lib/Archive/
ArchiveReader.cpp
346
if (I->
isBitcode
()) {
534
if (mbr->
isBitcode
()) {
616
if (!I->
isBitcode
())
ArchiveWriter.cpp
233
if (CreateSymbolTable && member.
isBitcode
()) {
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
380
I->isBSD4SymbolTable() || (!DontSkipBitcode && I->
isBitcode
()))
429
if (I->
isBitcode
())
/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 608 milliseconds