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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 98 /// getAsmParserVariantCount - Return the AssemblyParserVariant definition
101 unsigned getAsmParserVariantCount() const;
InstrDocsEmitter.cpp 61 unsigned VariantCount = Target.getAsmParserVariantCount();
CodeGenTarget.cpp 316 /// getAsmParserVariantCount - Return the AssemblyParserVariant definition
319 unsigned CodeGenTarget::getAsmParserVariantCount() const {
AsmMatcherEmitter.cpp 1483 unsigned VariantCount = Target.getAsmParserVariantCount();
2804 unsigned VariantCount = Target.getAsmParserVariantCount();
3481 unsigned VariantCount = Target.getAsmParserVariantCount();

Completed in 67 milliseconds