HomeSort by: relevance | last modified time | path
    Searched refs:getRawEnumTypes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1465 return cast_or_null<MDTuple>(getRawEnumTypes());
1493 Metadata *getRawEnumTypes() const { return getOperand(4); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 2133 Printer.printMetadata("enums", N->getRawEnumTypes());
Verifier.cpp 1198 if (auto *Array = N.getRawEnumTypes()) {

Completed in 29 milliseconds