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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 98 TYPE_CODE_POINTER = 8, // POINTER: [pointee type]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 177 case bitc::TYPE_CODE_POINTER: return "POINTER";
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 324 // Abbrev for TYPE_CODE_POINTER.
326 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
404 Code = bitc::TYPE_CODE_POINTER;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 239 // Abbrev for TYPE_CODE_POINTER.
241 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
331 Code = bitc::TYPE_CODE_POINTER;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 190 // Abbrev for TYPE_CODE_POINTER.
192 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
271 Code = bitc::TYPE_CODE_POINTER;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 197 // Abbrev for TYPE_CODE_POINTER.
199 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
277 Code = bitc::TYPE_CODE_POINTER;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 616 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
873 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 897 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 794 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]

Completed in 322 milliseconds