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

  /external/llvm/include/llvm/IR/
Type.h 386 static Type *getMetadataTy(LLVMContext &C);
  /external/llvm/lib/IR/
Metadata.cpp 36 : Value(Type::getMetadataTy(C), Value::MDStringVal) {}
112 : Value(Type::getMetadataTy(C), Value::MDNodeVal) {
ValueTypes.cpp 230 case MVT::Metadata: return Type::getMetadataTy(Context);
Type.cpp 36 case MetadataTyID : return getMetadataTy(C);
232 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; }
Function.cpp 605 case IITDescriptor::Metadata: return Type::getMetadataTy(Context);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 634 TYPEKEYWORD("metadata", Type::getMetadataTy(Context));
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 605 ResultTy = Type::getMetadataTy(Context);
832 ResultTy = Type::getMetadataTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 886 ResultTy = Type::getMetadataTy(Context);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 783 ResultTy = Type::getMetadataTy(Context);
    [all...]

Completed in 160 milliseconds