HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_CODE_NUMENTRY (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 90 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 172 case bitc::TYPE_CODE_NUMENTRY: return "NUMENTRY";
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 925 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
926 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 256 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 241 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 243 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 382 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 92 milliseconds