Searched refs:KindName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | Attributes.cpp | 46 for (StringRef KindName : KindNames) { in emitTargetIndependentNames() local 47 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 68 for (StringRef KindName : {"EnumAttr", "TypeAttr", "IntAttr", in emitTargetIndependentNames() 70 OS << "First" << KindName << " = " << Value << ",\n"; in emitTargetIndependentNames() 71 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitTargetIndependentNames() 75 OS << "Last" << KindName << " = " << (Value - 1) << ",\n"; in emitTargetIndependentNames() 123 for (StringRef KindName : {"EnumAttr", "TypeAttr", "IntAttr", in emitAttributeProperties() 125 for (auto *A : Records.getAllDerivedDefinitions(KindName)) { in emitAttributeProperties()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 84 bool expect(AsmToken::TokenKind Kind, const char *KindName) { in expect() argument 86 return error(std::string("Expected ") + KindName + ", instead got: ", in expect()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 355 bool expect(AsmToken::TokenKind Kind, const char *KindName) { in expect() argument 357 return error(std::string("Expected ") + KindName + ", instead got: ", in expect()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 341 std::string KindName = formatModuleDetailKind(Kind(K.first)); in printModuleDetailStats() local 342 P.formatLine("{0,40}: {1,7} entries ({2,12:N} bytes)", KindName, in printModuleDetailStats()
|