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

  /external/llvm/include/llvm/
Type.h 358 static Type *getLabelTy(LLVMContext &C);
  /external/llvm/lib/VMCore/
BasicBlock.cpp 44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) {
Type.cpp 34 case LabelTyID : return getLabelTy(C);
249 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; }
Core.cpp 391 return wrap(Type::getLabelTy(*unwrap(C)));
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 346 if (V && V->getType() == Type::getLabelTy(V->getContext()))
  /external/llvm/lib/AsmParser/
LLLexer.cpp 585 TYPEKEYWORD("label", Type::getLabelTy(Context));
LLParser.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 621 ResultTy = Type::getLabelTy(Context);
848 ResultTy = Type::getLabelTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 900 ResultTy = Type::getLabelTy(Context);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 597 ResultTy = Type::getLabelTy(Context);
    [all...]

Completed in 56 milliseconds