OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_ABBREV
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitCodes.h
40
///
DEFINE_ABBREV
- Defines an abbrev for the current block. It consists
45
DEFINE_ABBREV
= 2,
70
//
DEFINE_ABBREV
has magic semantics here, applying to the current SETBID'd
BitstreamReader.h
296
if (Code == bitc::
DEFINE_ABBREV
&&
BitstreamWriter.h
471
// Emit the abbreviation as a
DEFINE_ABBREV
record.
473
EmitCode(bitc::
DEFINE_ABBREV
);
532
/// EmitBlockInfoAbbrev - Emit a
DEFINE_ABBREV
record for the specified
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
336
if (Entry.ID == bitc::
DEFINE_ABBREV
) {
/external/clang/tools/libclang/
CXLoadedDiagnostic.cpp
368
case llvm::bitc::
DEFINE_ABBREV
:
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
407
if (Entry.ID == bitc::
DEFINE_ABBREV
) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
787
if (Code == bitc::
DEFINE_ABBREV
) {
949
if (Code == bitc::
DEFINE_ABBREV
) {
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 1388 milliseconds