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

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
LLVMBitCodes.h 116 TYPE_CODE_STRUCT_NAMED = 20 // STRUCT_NAMED: [ispacked, eltty x N]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClLLVMBitCodes.h 115 TYPE_CODE_STRUCT_NAMED = 20,// Not used in PNaCl.
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 162 TYPE_CODE_STRUCT_NAMED = 20, // STRUCT_NAMED: [ispacked, eltty x N]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 166 TYPE_CODE_STRUCT_NAMED = 20, // STRUCT_NAMED: [ispacked, eltty x N]
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 188 case bitc::TYPE_CODE_STRUCT_NAMED: return "STRUCT_NAMED";
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 231 // Abbrev for TYPE_CODE_STRUCT_NAMED.
233 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAMED));
313 Code = bitc::TYPE_CODE_STRUCT_NAMED;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 790 // Abbrev for TYPE_CODE_STRUCT_NAMED.
792 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAMED));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 816 // Abbrev for TYPE_CODE_STRUCT_NAMED.
818 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_NAMED));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 658 case bitc::TYPE_CODE_STRUCT_NAMED: { // STRUCT: [ispacked, eltty x N]
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 173 milliseconds