OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_CODE_NUMENTRY
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
89
TYPE_CODE_NUMENTRY
= 1, // NUMENTRY: [numentries]
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
170
case bitc::
TYPE_CODE_NUMENTRY
: return "NUMENTRY";
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
573
case bitc::
TYPE_CODE_NUMENTRY
: //
TYPE_CODE_NUMENTRY
: [numentries]
574
//
TYPE_CODE_NUMENTRY
contains a count of the number of types in the
577
return Error("Invalid
TYPE_CODE_NUMENTRY
record");
803
case bitc::
TYPE_CODE_NUMENTRY
: //
TYPE_CODE_NUMENTRY
: [numentries]
804
//
TYPE_CODE_NUMENTRY
contains a count of the number of types in the
807
return Error("Invalid
TYPE_CODE_NUMENTRY
record");
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
854
case bitc::
TYPE_CODE_NUMENTRY
: //
TYPE_CODE_NUMENTRY
: [numentries]
855
//
TYPE_CODE_NUMENTRY
contains a count of the number of types in the
858
return Error("Invalid
TYPE_CODE_NUMENTRY
record");
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
375
Stream.EmitRecord(bitc::
TYPE_CODE_NUMENTRY
, TypeVals);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
303
Stream.EmitRecord(bitc::
TYPE_CODE_NUMENTRY
, TypeVals);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
243
Stream.EmitRecord(bitc::
TYPE_CODE_NUMENTRY
, TypeVals);
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
248
Stream.EmitRecord(bitc::
TYPE_CODE_NUMENTRY
, TypeVals);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
751
case bitc::
TYPE_CODE_NUMENTRY
: //
TYPE_CODE_NUMENTRY
: [numentries]
752
//
TYPE_CODE_NUMENTRY
contains a count of the number of types in the
755
return Error("Invalid
TYPE_CODE_NUMENTRY
record");
[
all
...]
Completed in 45 milliseconds