/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ObjectFormats.h | 16 #include "llvm/ADT/StringRef.h" 23 extern StringRef MachODataCommonSectionName; 24 extern StringRef MachODataDataSectionName; 25 extern StringRef MachOEHFrameSectionName; 26 extern StringRef MachOCompactUnwindInfoSectionName; 27 extern StringRef MachOCStringSectionName; 28 extern StringRef MachOModInitFuncSectionName; 29 extern StringRef MachOObjCCatListSectionName; 30 extern StringRef MachOObjCCatList2SectionName; 31 extern StringRef MachOObjCClassListSectionNam [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | ObjectFormats.cpp | 18 StringRef MachODataCommonSectionName = "__DATA,__common"; 19 StringRef MachODataDataSectionName = "__DATA,__data"; 20 StringRef MachOEHFrameSectionName = "__TEXT,__eh_frame"; 21 StringRef MachOCompactUnwindInfoSectionName = "__TEXT,__unwind_info"; 22 StringRef MachOCStringSectionName = "__TEXT,__cstring"; 23 StringRef MachOModInitFuncSectionName = "__DATA,__mod_init_func"; 24 StringRef MachOObjCCatListSectionName = "__DATA,__objc_catlist"; 25 StringRef MachOObjCCatList2SectionName = "__DATA,__objc_catlist2"; 26 StringRef MachOObjCClassListSectionName = "__DATA,__objc_classlist"; 27 StringRef MachOObjCClassNameSectionNam [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 1 //===- StringRef.h - Constant String Reference Wrapper ----------*- C++ -*-===// 31 class StringRef; variable 33 /// Helper functions for StringRef::getAsInteger. 34 bool getAsUnsignedInteger(StringRef Str, unsigned Radix, 37 bool getAsSignedInteger(StringRef Str, unsigned Radix, long long &Result); 39 bool consumeUnsignedInteger(StringRef &Str, unsigned Radix, 41 bool consumeSignedInteger(StringRef &Str, unsigned Radix, long long &Result); 43 /// StringRef - Represent a constant reference to a string, i.e. a character 48 /// lifetime extends past that of the StringRef. For this reason, it is not in 49 /// general safe to store a StringRef 84 /*implicit*/ constexpr StringRef(const char *Str) StringRef() function 96 /*implicit*/ constexpr StringRef(const char *data, size_t length) StringRef() function 100 /*implicit*/ StringRef(const std::string &Str) StringRef() function 104 /*implicit*/ constexpr StringRef(std::string_view Str) StringRef() function [all...] |
H A D | SmallString.h | 18 #include "llvm/ADT/StringRef.h" 31 /// Initialize from a StringRef. 32 SmallString(StringRef S) : SmallVector<char, InternalLen>(S.begin(), S.end()) {} in SmallString() 35 SmallString(std::initializer_list<StringRef> Refs) in SmallString() 50 /// Assign from a StringRef. 51 void assign(StringRef RHS) { in assign() 56 void assign(std::initializer_list<StringRef> Refs) { in assign() 67 /// Append from a StringRef. 68 void append(StringRef RHS) { in append() 73 void append(std::initializer_list<StringRef> Ref 266 operator StringRef() const { return str(); } StringRef() function [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | PluginManager.h | 20 #include "llvm/ADT/StringRef.h" 56 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 64 static void RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 73 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, 82 GetDisassemblerCreateCallbackForPluginName(llvm::StringRef name); 86 RegisterPlugin(llvm::StringRef name, llvm::StringRef descriptio [all...] |
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | Driver.h | 47 std::vector<StringRef> exports; 48 std::vector<StringRef> includes; 49 std::vector<StringRef> excludes; 61 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); } in parse() 66 ParsedDirectives parseDirectives(StringRef s); 72 std::vector<const char *> tokenize(StringRef s); 94 StringRef parentName); 96 void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false); } in enqueuePDB() 100 void enqueuePath(StringRef path, bool wholeArchive, bool lazy); 106 std::optional<StringRef> findFileIfNew(StringRef filename); [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | ARMTargetParser.h | 18 #include "llvm/ADT/StringRef.h" 74 StringRef Name; 76 StringRef Feature; 77 StringRef NegFeature; 89 StringRef Name; 109 StringRef Name; 169 StringRef Name; 190 StringRef Name; 191 StringRef CPUAttr; // CPU class in build attributes. 192 StringRef ArchFeatur [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 16 #include "llvm/ADT/StringRef.h" 25 StringRef Name; 33 StringRef AltName; 35 constexpr EnumEntry(StringRef N, StringRef A, T V) in EnumEntry() 37 constexpr EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() 61 FlagEntry(StringRef Name, char Value) in FlagEntry() 63 FlagEntry(StringRef Name, signed char Value) in FlagEntry() 65 FlagEntry(StringRef Name, signed short Value) in FlagEntry() 67 FlagEntry(StringRef Nam in FlagEntry() [all...] |
H A D | Path.h | 75 const StringRef> { 76 StringRef Path; ///< The entire path. 77 StringRef Component; ///< The current component. Not necessarily in Path. 82 friend const_iterator begin(StringRef path, Style style); 83 friend const_iterator end(StringRef path); 101 const StringRef> { 102 StringRef Path; ///< The entire path. 103 StringRef Component; ///< The current component. Not necessarily in Path. 107 friend reverse_iterator rbegin(StringRef path, Style style); 108 friend reverse_iterator rend(StringRef path); [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkContainer.h | 70 constexpr StringRef MetaBlockName = StringRef("Meta", 4); 71 constexpr StringRef RemarkBlockName = StringRef("Remark", 6); 92 constexpr StringRef MetaContainerInfoName = StringRef("Container info", 14); 93 constexpr StringRef MetaRemarkVersionName = StringRef("Remark version", 14); 94 constexpr StringRef MetaStrTabName = StringRef("String table", 12); 95 constexpr StringRef MetaExternalFileName = StringRef("External File", 13); 96 constexpr StringRef RemarkHeaderName = StringRef("Remark header", 13); 97 constexpr StringRef RemarkDebugLocName = StringRef("Remark debug location", 21); 98 constexpr StringRef RemarkHotnessName = StringRef("Remark hotness", 14); 99 constexpr StringRef RemarkArgWithDebugLocName = [all …]
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 18 #include "llvm/ADT/StringRef.h" 109 llvm::StringRef name; 117 llvm::StringRef name; 126 void addFile(StringRef path, bool withLOption); 127 void addLibrary(StringRef name); 134 bool tryAddFatLTOFile(MemoryBufferRef mb, StringRef archiveName, 147 SmallVector<std::pair<StringRef, unsigned>, 0> archiveFiles; 160 llvm::StringRef bfdname; 161 llvm::StringRef chroot; 162 llvm::StringRef dependencyFil [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 21 StringRef llvm::dwarf::TagString(unsigned Tag) { in TagString() 24 return StringRef(); in TagString() 32 unsigned llvm::dwarf::getTag(StringRef TagString) { in getTag() 62 StringRef llvm::dwarf::ChildrenString(unsigned Children) { in ChildrenString() 69 return StringRef(); in ChildrenString() 72 StringRef llvm::dwarf::AttributeString(unsigned Attribute) { in AttributeString() 75 return StringRef(); in AttributeString() 105 StringRef llvm::dwarf::FormEncodingString(unsigned Encoding) { in FormEncodingString() 108 return StringRef(); in FormEncodingString() 138 StringRef llv [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 9 #include "llvm/ADT/StringRef.h" 32 template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)> 33 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() 39 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics); 41 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics, 42 StringRef COMDATSymName, COFF::COMDATType Type); 44 bool ParseSectionName(StringRef &SectionName); 45 bool ParseSectionFlags(StringRef SectionName, StringRef FlagsString, 95 bool ParseSectionDirectiveText(StringRef, SMLo in Initialize() 98 ParseSectionDirectiveText(StringRef,SMLoc) ParseSectionDirectiveText() argument 106 ParseSectionDirectiveData(StringRef,SMLoc) ParseSectionDirectiveData() argument 113 ParseSectionDirectiveBSS(StringRef,SMLoc) ParseSectionDirectiveBSS() argument 373 parseSectionArguments(StringRef,SMLoc) parseSectionArguments() argument 443 ParseDirectivePopSection(StringRef,SMLoc) ParseDirectivePopSection() argument 449 ParseDirectiveDef(StringRef,SMLoc) ParseDirectiveDef() argument 463 ParseDirectiveScl(StringRef,SMLoc) ParseDirectiveScl() argument 476 ParseDirectiveType(StringRef,SMLoc) ParseDirectiveType() argument 489 ParseDirectiveEndef(StringRef,SMLoc) ParseDirectiveEndef() argument 495 ParseDirectiveSecRel32(StringRef,SMLoc) ParseDirectiveSecRel32() argument 524 ParseDirectiveRVA(StringRef,SMLoc) ParseDirectiveRVA() argument 555 ParseDirectiveSafeSEH(StringRef,SMLoc) ParseDirectiveSafeSEH() argument 570 ParseDirectiveSecIdx(StringRef,SMLoc) ParseDirectiveSecIdx() argument 585 ParseDirectiveSymIdx(StringRef,SMLoc) ParseDirectiveSymIdx() argument 624 ParseDirectiveLinkOnce(StringRef,SMLoc Loc) ParseDirectiveLinkOnce() argument 648 ParseSEHDirectiveStartProc(StringRef,SMLoc Loc) ParseSEHDirectiveStartProc() argument 663 ParseSEHDirectiveEndProc(StringRef,SMLoc Loc) ParseSEHDirectiveEndProc() argument 669 ParseSEHDirectiveEndFuncletOrFunc(StringRef,SMLoc Loc) ParseSEHDirectiveEndFuncletOrFunc() argument 675 ParseSEHDirectiveStartChained(StringRef,SMLoc Loc) ParseSEHDirectiveStartChained() argument 681 ParseSEHDirectiveEndChained(StringRef,SMLoc Loc) ParseSEHDirectiveEndChained() argument 687 ParseSEHDirectiveHandler(StringRef,SMLoc Loc) ParseSEHDirectiveHandler() argument 713 ParseSEHDirectiveHandlerData(StringRef,SMLoc Loc) ParseSEHDirectiveHandlerData() argument 719 ParseSEHDirectiveAllocStack(StringRef,SMLoc Loc) ParseSEHDirectiveAllocStack() argument 732 ParseSEHDirectiveEndProlog(StringRef,SMLoc Loc) ParseSEHDirectiveEndProlog() argument [all...] |
H A D | DarwinAsmParser.cpp | 10 #include "llvm/ADT/StringRef.h" 43 template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)> 44 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() 50 bool parseSectionSwitch(StringRef Segment, StringRef Section, 201 bool parseDirectiveAltEntry(StringRef, SMLoc); 202 bool parseDirectiveDesc(StringRef, SMLoc); 203 bool parseDirectiveIndirectSymbol(StringRef, SMLoc); 204 bool parseDirectiveDumpOrLoad(StringRef, SMLoc); 205 bool parseDirectiveLsym(StringRef, SMLo 220 parseSectionDirectiveBss(StringRef,SMLoc) parseSectionDirectiveBss() argument 224 parseSectionDirectiveConst(StringRef,SMLoc) parseSectionDirectiveConst() argument 228 parseSectionDirectiveStaticConst(StringRef,SMLoc) parseSectionDirectiveStaticConst() argument 232 parseSectionDirectiveCString(StringRef,SMLoc) parseSectionDirectiveCString() argument 237 parseSectionDirectiveLiteral4(StringRef,SMLoc) parseSectionDirectiveLiteral4() argument 242 parseSectionDirectiveLiteral8(StringRef,SMLoc) parseSectionDirectiveLiteral8() argument 247 parseSectionDirectiveLiteral16(StringRef,SMLoc) parseSectionDirectiveLiteral16() argument 252 parseSectionDirectiveConstructor(StringRef,SMLoc) parseSectionDirectiveConstructor() argument 256 parseSectionDirectiveDestructor(StringRef,SMLoc) parseSectionDirectiveDestructor() argument 260 parseSectionDirectiveFVMLibInit0(StringRef,SMLoc) parseSectionDirectiveFVMLibInit0() argument 264 parseSectionDirectiveFVMLibInit1(StringRef,SMLoc) parseSectionDirectiveFVMLibInit1() argument 268 parseSectionDirectiveSymbolStub(StringRef,SMLoc) parseSectionDirectiveSymbolStub() argument 276 parseSectionDirectivePICSymbolStub(StringRef,SMLoc) parseSectionDirectivePICSymbolStub() argument 282 parseSectionDirectiveData(StringRef,SMLoc) parseSectionDirectiveData() argument 286 parseSectionDirectiveStaticData(StringRef,SMLoc) parseSectionDirectiveStaticData() argument 290 parseSectionDirectiveNonLazySymbolPointers(StringRef,SMLoc) parseSectionDirectiveNonLazySymbolPointers() argument 295 parseSectionDirectiveLazySymbolPointers(StringRef,SMLoc) parseSectionDirectiveLazySymbolPointers() argument 300 parseSectionDirectiveThreadLocalVariablePointers(StringRef,SMLoc) parseSectionDirectiveThreadLocalVariablePointers() argument 305 parseSectionDirectiveDyld(StringRef,SMLoc) parseSectionDirectiveDyld() argument 309 parseSectionDirectiveModInitFunc(StringRef,SMLoc) parseSectionDirectiveModInitFunc() argument 314 parseSectionDirectiveModTermFunc(StringRef,SMLoc) parseSectionDirectiveModTermFunc() argument 319 parseSectionDirectiveConstData(StringRef,SMLoc) parseSectionDirectiveConstData() argument 323 parseSectionDirectiveObjCClass(StringRef,SMLoc) parseSectionDirectiveObjCClass() argument 328 parseSectionDirectiveObjCMetaClass(StringRef,SMLoc) parseSectionDirectiveObjCMetaClass() argument 333 parseSectionDirectiveObjCCatClsMeth(StringRef,SMLoc) parseSectionDirectiveObjCCatClsMeth() argument 338 parseSectionDirectiveObjCCatInstMeth(StringRef,SMLoc) parseSectionDirectiveObjCCatInstMeth() argument 343 parseSectionDirectiveObjCProtocol(StringRef,SMLoc) parseSectionDirectiveObjCProtocol() argument 348 parseSectionDirectiveObjCStringObject(StringRef,SMLoc) parseSectionDirectiveObjCStringObject() argument 353 parseSectionDirectiveObjCClsMeth(StringRef,SMLoc) parseSectionDirectiveObjCClsMeth() argument 358 parseSectionDirectiveObjCInstMeth(StringRef,SMLoc) parseSectionDirectiveObjCInstMeth() argument 363 parseSectionDirectiveObjCClsRefs(StringRef,SMLoc) parseSectionDirectiveObjCClsRefs() argument 369 parseSectionDirectiveObjCMessageRefs(StringRef,SMLoc) parseSectionDirectiveObjCMessageRefs() argument 375 parseSectionDirectiveObjCSymbols(StringRef,SMLoc) parseSectionDirectiveObjCSymbols() argument 380 parseSectionDirectiveObjCCategory(StringRef,SMLoc) parseSectionDirectiveObjCCategory() argument 385 parseSectionDirectiveObjCClassVars(StringRef,SMLoc) parseSectionDirectiveObjCClassVars() argument 390 parseSectionDirectiveObjCInstanceVars(StringRef,SMLoc) parseSectionDirectiveObjCInstanceVars() argument 395 parseSectionDirectiveObjCModuleInfo(StringRef,SMLoc) parseSectionDirectiveObjCModuleInfo() argument 400 parseSectionDirectiveObjCClassNames(StringRef,SMLoc) parseSectionDirectiveObjCClassNames() argument 405 parseSectionDirectiveObjCMethVarTypes(StringRef,SMLoc) parseSectionDirectiveObjCMethVarTypes() argument 410 parseSectionDirectiveObjCMethVarNames(StringRef,SMLoc) parseSectionDirectiveObjCMethVarNames() argument 415 parseSectionDirectiveObjCSelectorStrs(StringRef,SMLoc) parseSectionDirectiveObjCSelectorStrs() argument 420 parseSectionDirectiveTData(StringRef,SMLoc) parseSectionDirectiveTData() argument 425 parseSectionDirectiveText(StringRef,SMLoc) parseSectionDirectiveText() argument 430 parseSectionDirectiveTLV(StringRef,SMLoc) parseSectionDirectiveTLV() argument 435 parseSectionDirectiveIdent(StringRef,SMLoc) parseSectionDirectiveIdent() argument 441 parseSectionDirectiveThreadInitFunc(StringRef,SMLoc) parseSectionDirectiveThreadInitFunc() argument 503 parseDirectiveAltEntry(StringRef,SMLoc) parseDirectiveAltEntry() argument 523 parseDirectiveDesc(StringRef,SMLoc) parseDirectiveDesc() argument 552 parseDirectiveIndirectSymbol(StringRef,SMLoc Loc) parseDirectiveIndirectSymbol() argument 635 parseDirectiveLsym(StringRef,SMLoc) parseDirectiveLsym() argument 665 parseDirectiveSection(StringRef,SMLoc) parseDirectiveSection() argument 743 parseDirectivePopSection(StringRef,SMLoc) parseDirectivePopSection() argument 761 parseDirectiveSecureLogUnique(StringRef,SMLoc IDLoc) parseDirectiveSecureLogUnique() argument 801 parseDirectiveSecureLogReset(StringRef,SMLoc IDLoc) parseDirectiveSecureLogReset() argument 814 parseDirectiveSubsectionsViaSymbols(StringRef,SMLoc) parseDirectiveSubsectionsViaSymbols() argument 827 parseDirectiveTBSS(StringRef,SMLoc) parseDirectiveTBSS() argument 883 parseDirectiveZerofill(StringRef,SMLoc) parseDirectiveZerofill() argument 971 parseDirectiveDataRegion(StringRef,SMLoc) parseDirectiveDataRegion() argument 996 parseDirectiveDataRegionEnd(StringRef,SMLoc) parseDirectiveDataRegionEnd() argument [all...] |
H A D | AsmLexer.cpp | 17 #include "llvm/ADT/StringRef.h" 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer() 41 void AsmLexer::setBuffer(StringRef Buf, const char *ptr, in setBuffer() 59 return AsmToken(AsmToken::Error, StringRef(Loc, CurPtr - Loc)); in ReturnError() 97 StringRef(TokStart, CurPtr - TokStart)); in LexFloatLiteral() 144 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral() 171 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier() 173 return AsmToken(AsmToken::Identifier, StringRef(TokStart, CurPtr - TokStart)); in LexIdentifier() 182 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash() 194 return AsmToken(AsmToken::Slash, StringRef(TokStar in LexSlash() [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ROCm.h | 55 StringRef get(bool Enabled) const { in get() 72 StringRef SPACKReleaseStr = {}) 97 StringRef RocmPathArg; 101 StringRef HIPPathArg; 104 StringRef HIPStdParPathArg; 106 StringRef HIPRocThrustPathArg; 108 StringRef HIPRocPrimPathArg; 110 StringRef HIPVersionArg; 157 void scanLibDevicePath(llvm::StringRef Path); 158 bool parseHIPVersionFile(llvm::StringRef V); [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.h | 119 StringRef FullName, StringRef Desc, StringRef DocsUri, 128 void addChecker(StringRef FullName, StringRef Desc, StringRef DocsUri, 139 void addDependency(StringRef FullName, StringRef Dependency); 143 void addWeakDependency(StringRef FullName, StringRef Dependency); 154 void addCheckerOption(StringRef OptionType, StringRef CheckerFullName, 155 StringRef OptionName, StringRef DefaultValStr, 156 StringRef Description, StringRef DevelopmentStatus, 160 void addPackage(StringRef FullName); 171 void addPackageOption(StringRef OptionType, StringRef PackageFullName, 172 StringRef OptionName, StringRef DefaultValStr, [all …]
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | Config.h | 17 #include "llvm/ADT/StringRef.h" 39 using NamePair = std::pair<llvm::StringRef, llvm::StringRef>; 41 using SegmentRenameMap = llvm::DenseMap<llvm::StringRef, llvm::StringRef>; 80 llvm::StringRef segName; 81 llvm::StringRef sectName; 86 llvm::StringRef name; 100 void insert(llvm::StringRef symbolName); 101 bool matchLiteral(llvm::StringRef symbolNam [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 1 //===-- StringRef.cpp - Lightweight String References ---------------------===// 9 #include "llvm/ADT/StringRef.h" 22 constexpr size_t StringRef::npos; 37 int StringRef::compare_insensitive(StringRef RHS) const { in compare_insensitive() 45 bool StringRef::starts_with_insensitive(StringRef Prefix) const { in starts_with_insensitive() 50 bool StringRef::ends_with_insensitive(StringRef Suffix) const { in ends_with_insensitive() 55 size_t StringRef [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelMatchTableExecutorEmitter.h |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | USRGeneration.h | 26 static inline StringRef getUSRSpacePrefix() { in getUSRSpacePrefix() 35 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS, 36 StringRef ExtSymbolDefinedIn = "", 37 StringRef CategoryContextExtSymbolDefinedIn = ""); 40 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS, 41 StringRef ClsExtSymbolDefinedIn = "", 42 StringRef CatExtSymbolDefinedIn = ""); 47 void generateUSRForObjCIvar(StringRef Ivar, raw_ostream &OS); 50 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod, 54 void generateUSRForObjCProperty(StringRef Prop, bool isClassProp, raw_ostream &OS); [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.h | 24 class StringRef; 54 bool setFromBlob(unsigned Type, StringRef Blob); 83 void setEntryPoint(unsigned CC, StringRef Name); 107 void setFunctionScratchSize(StringRef FnName, unsigned Val); 112 void setFunctionLdsSize(StringRef FnName, unsigned Val); 117 void setFunctionNumUsedVgprs(StringRef FnName, unsigned Val); 118 void setFunctionNumUsedVgprs(StringRef FnName, const MCExpr *Val); 123 void setFunctionNumUsedSgprs(StringRef FnName, unsigned Val); 124 void setFunctionNumUsedSgprs(StringRef FnName, const MCExpr *Val); 135 bool setFromString(StringRef 21 class StringRef; global() variable [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 110 bool isSubClassOf(llvm::StringRef className) const { in isSubClassOf() 145 static constexpr llvm::StringRef ClassName = HasPropertiesClassName; 149 llvm::StringRef getName() const; 151 static llvm::StringRef getTableGenNodeClassName() { in getTableGenNodeClassName() 162 llvm::StringRef getName() const { in getName() 176 static llvm::StringRef getTableGenNodeClassName() { in getTableGenNodeClassName() 185 llvm::StringRef getId() const; 189 static llvm::StringRef getASTHierarchyName() { in getASTHierarchyName() 192 static llvm::StringRef getASTIdTypeName() { in getASTIdTypeName() 195 static llvm::StringRef getASTIdAccessorName() { in getASTIdAccessorName() [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 31 #include "llvm/ADT/StringRef.h" 165 StringRef Name; 166 StringRef USR; 169 StringRef Source; 175 SymbolReference(StringRef Name, StringRef USR, StringRef Source = "") 241 StringRef USR; 242 StringRef Name; 289 APIRecord(RecordKind Kind, StringRef US [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubCommon.h | 17 #include "llvm/ADT/StringRef.h" 38 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF() 50 getInterfaceFileFromJSON(StringRef JSON); in LLVM_YAML_STRONG_TYPEDEF() 60 static StringRef input(StringRef, void *, FlowStringRef &); in LLVM_YAML_STRONG_TYPEDEF() 61 static QuotingType mustQuote(StringRef); in LLVM_YAML_STRONG_TYPEDEF() 70 static StringRef input(StringRef, void *, MachO::PlatformSet &); in LLVM_YAML_STRONG_TYPEDEF() 71 static QuotingType mustQuote(StringRef); in LLVM_YAML_STRONG_TYPEDEF() 80 static StringRef inpu in LLVM_YAML_STRONG_TYPEDEF() 37 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef,FlowStringRef) LLVM_YAML_STRONG_TYPEDEF() argument [all...] |