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

  /external/llvm/include/llvm/IR/
Type.h 62 LabelTyID, ///< 7: Labels
176 bool isLabelTy() const { return getTypeID() == LabelTyID; }
DataLayout.h 515 case Type::LabelTyID:
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 25 LabelTy(C, Type::LabelTyID),
DataLayout.cpp 631 case Type::LabelTyID:
Type.cpp 35 case LabelTyID : return getLabelTy(C);
AsmWriter.cpp 464 case Type::LabelTyID: OS << "label"; return;
    [all...]
Core.cpp 247 case Type::LabelTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 191 case Type::LabelTyID: return "label_";
390 case Type::LabelTyID:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 273 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 258 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 261 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 415 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
    [all...]

Completed in 434 milliseconds