HomeSort by: relevance | last modified time | path
    Searched refs:TYPE_CODE_NUMENTRY (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 133 TYPE_CODE_NUMENTRY = 1, // NUMENTRY: [numentries]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1741 case bitc::TYPE_CODE_NUMENTRY: // TYPE_CODE_NUMENTRY: [numentries]
1742 // TYPE_CODE_NUMENTRY contains a count of the number of types in the
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 909 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);

Completed in 92 milliseconds