Home
last modified time | relevance | path

Searched refs:getCSKYAttributeTags (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCSKYAttributeParser.h36 : ELFAttributeParser(sw, CSKYAttrs::getCSKYAttributeTags(), "csky") {} in CSKYAttributeParser()
38 : ELFAttributeParser(CSKYAttrs::getCSKYAttributeTags(), "csky") {} in CSKYAttributeParser()
H A DCSKYAttributes.h20 const TagNameMap &getCSKYAttributeTags();
/src/contrib/llvm-project/llvm/lib/Support/
H A DCSKYAttributes.cpp31 const TagNameMap &llvm::CSKYAttrs::getCSKYAttributeTags() { in getCSKYAttributeTags() function in llvm::CSKYAttrs
/src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1550 ELFAttrs::attrTypeFromString(Name, CSKYAttrs::getCSKYAttributeTags()); in parseDirectiveAttribute()