Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64BuildAttributes.h46 StringRef getTypeStr(unsigned Type);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAArch64BuildAttributes.cpp57 StringRef AArch64BuildAttributes::getTypeStr(unsigned Type) { in getTypeStr() function in AArch64BuildAttributes
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h288 const std::string &getTypeStr() const { return Str; } in getTypeStr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp251 StringRef ParameterStr = getTypeStr(ParameterType); in emitAttributesSubsection()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp431 OS << "typedef " << T->getClangBuiltinStr() << " " << T->getTypeStr() in createHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp8002 AArch64BuildAttributes::getTypeStr( in parseDirectiveAeabiSubSectionHeader()
8004 "' and not '" + AArch64BuildAttributes::getTypeStr(Type) + in parseDirectiveAeabiSubSectionHeader()