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

  /external/llvm/lib/IR/
BasicBlock.cpp 48 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) {
Type.cpp 35 case LabelTyID : return getLabelTy(C);
222 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; }
Core.cpp 504 return wrap(Type::getLabelTy(*unwrap(C)));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 380 static Type *getLabelTy(LLVMContext &C);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 344 if (V && V->getType() == Type::getLabelTy(V->getContext()))
  /external/llvm/lib/AsmParser/
LLLexer.cpp 689 TYPEKEYWORD("label", Type::getLabelTy(Context));
LLParser.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 595 ResultTy = Type::getLabelTy(Context);
823 ResultTy = Type::getLabelTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 875 ResultTy = Type::getLabelTy(Context);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 792 ResultTy = Type::getLabelTy(Context);
    [all...]

Completed in 636 milliseconds