Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h30 Optional<unsigned> attrTypeFromString(StringRef tag, TagNameMap tagNameMap);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributes.cpp24 Optional<unsigned> ELFAttrs::attrTypeFromString(StringRef tag, in attrTypeFromString() function in ELFAttrs
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1973 ELFAttrs::attrTypeFromString(Name, RISCVAttrs::getRISCVAttributeTags()); in parseDirectiveAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11329 Optional<unsigned> Ret = ELFAttrs::attrTypeFromString( in parseDirectiveEabiAttr()