Home
last modified time | relevance | path

Searched refs:attrTypeFromString (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h31 std::optional<unsigned> attrTypeFromString(StringRef tag, TagNameMap tagNameMap);
/src/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributes.cpp24 std::optional<unsigned> ELFAttrs::attrTypeFromString(StringRef tag, in attrTypeFromString() function in ELFAttrs
/src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1550 ELFAttrs::attrTypeFromString(Name, CSKYAttrs::getCSKYAttributeTags()); in parseDirectiveAttribute()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp671 std::optional<unsigned> Ret = ELFAttrs::attrTypeFromString( in parseDirectiveAttribute()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3018 ELFAttrs::attrTypeFromString(Name, RISCVAttrs::getRISCVAttributeTags()); in parseDirectiveAttribute()
/src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11815 std::optional<unsigned> Ret = ELFAttrs::attrTypeFromString( in parseDirectiveEabiAttr()