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

  /external/llvm/include/llvm/IR/
Type.h 379 static Type *getMetadataTy(LLVMContext &C);
  /external/llvm/lib/IR/
ValueTypes.cpp 269 case MVT::Metadata: return Type::getMetadataTy(Context);
Type.cpp 36 case MetadataTyID : return getMetadataTy(C);
223 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; }
Function.cpp 766 case IITDescriptor::Metadata: return Type::getMetadataTy(Context);
    [all...]
Metadata.cpp 79 Entry = new MetadataAsValue(Type::getMetadataTy(Context), MD);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 71 EnumerateType(Type::getMetadataTy(M.getContext()));
BitcodeWriter.cpp 570 llvm::Type::getMetadataTy(N->getContext())));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 71 EnumerateType(Type::getMetadataTy(M.getContext()));
BitcodeWriter.cpp 568 llvm::Type::getMetadataTy(N->getContext())));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 71 EnumerateType(Type::getMetadataTy(M.getContext()));
BitcodeWriter.cpp 597 llvm::Type::getMetadataTy(N->getContext())));
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 703 TYPEKEYWORD("metadata", Type::getMetadataTy(Context));
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 323 EnumerateType(Type::getMetadataTy(M.getContext()));
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 957 ResultTy = Type::getMetadataTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 371 Type::getMetadataTy(Context), false),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 677 milliseconds