Searched refs:ExtStr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugMacro.cpp | 49 OS << " string: " << E.ExtStr; in dump() 95 E.ExtStr = data.getCStr(&Offset); in parse()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugMacro.h | 39 const char *ExtStr; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 1893 void Sema::setOpenCLExtensionForType(QualType T, llvm::StringRef ExtStr) { in setOpenCLExtensionForType() argument 1894 if (ExtStr.empty()) in setOpenCLExtensionForType() 1897 ExtStr.split(Exts, " ", /* limit */ -1, /* keep empty */ false); in setOpenCLExtensionForType() 1903 void Sema::setOpenCLExtensionForDecl(Decl *FD, StringRef ExtStr) { in setOpenCLExtensionForDecl() argument 1905 ExtStr.split(Exts, " ", /* limit */ -1, /* keep empty */ false); in setOpenCLExtensionForDecl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 165 class T_Call<string ExtStr> 167 "call " # ExtStr # "$dst", [], "", J2_call.Itinerary, TypeJ>,
|