• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/

Lines Matching refs:StringRef

139     unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized,
140 StringRef Flags, unsigned RunTimeVer, StringRef SplitName,
144 StringRef SysRoot, StringRef SDK) {
166 Metadata *NS, DIFile *File, unsigned Line, StringRef Name,
184 Context, NS, File, Line, StringRef(),
192 Context, NS, File, Line, StringRef(),
199 Context, M, File, Line, StringRef(),
207 StringRef Name) {
215 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory,
216 Optional<DIFile::ChecksumInfo<StringRef>> CS,
217 Optional<StringRef> Source) {
222 unsigned MacroType, StringRef Name,
223 StringRef Value) {
246 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, int64_t Val,
253 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) {
262 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
280 StringRef Name) {
309 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name,
337 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name,
355 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
365 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
378 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File,
390 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber,
401 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber,
402 StringRef GetterName, StringRef SetterName,
409 DIBuilder::createTemplateTypeParameter(DIScope *Context, StringRef Name,
417 DIScope *Context, StringRef Name, DIType *Ty,
424 DIBuilder::createTemplateValueParameter(DIScope *Context, StringRef Name,
433 DIBuilder::createTemplateTemplateParameter(DIScope *Context, StringRef Name,
434 DIType *Ty, StringRef Val) {
441 DIBuilder::createTemplateParameterPack(DIScope *Context, StringRef Name,
449 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber,
452 DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) {
466 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber,
469 DIType *VTableHolder, StringRef UniqueIdentifier) {
479 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
481 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) {
491 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
493 DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) {
509 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
511 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) {
579 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope,
582 StringRef UniqueIdentifier) {
594 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line,
596 DINode::DIFlags Flags, StringRef UniqueIdentifier) {
656 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F,
674 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F,
689 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File,
712 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name,
723 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File,
732 DIScope *Scope, StringRef Name, DIFile *File,
769 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File,
788 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File,
803 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F,
826 DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File,
832 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name,
844 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name,
845 StringRef ConfigurationMacros,
846 StringRef IncludePath, StringRef APINotesFile,