Searched defs:StringRef (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h134 MDNode *createAnonymousAliasScopeDomain(StringRef Name = StringRef()) { argument
141 createAnonymousAliasScope(MDNode *Domain, StringRef Name = StringRef()) argument
[all...]
H A DGlobalVariable.h193 void addAttribute(StringRef Kind, StringRef Val = StringRef()) { argument
H A DFunction.h234 void addFnAttr(StringRef Kind, StringRef Val = StringRef()) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h29 void addDefine(StringRef Key, StringRef Value = StringRef()) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp73 void printIR(const Module *M, StringRef Banner, StringRef Extra = StringRef()) { argument
77 void printIR(const Function *F, StringRef Banner, argument
83 void printIR(const LazyCallGraph::SCC *C, StringRef Banner, argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java96 private static class StringRef { class in class:Getopt
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h[all...]
H A DSmallString.h[all...]
H A DStringRef.h54 class StringRef { class in namespace:llvm
103 /*implicit*/ constexpr StringRef(const char *Str) function in class:llvm::StringRef
107 /*implicit*/ constexpr StringRef(const char *data, size_t length) function in class:llvm::StringRef
111 /*implicit*/ StringRef(const std::string &Str) function in class:llvm::StringRef
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h80 OSLogBufferItem(Kind kind, const Expr *expr, CharUnits size, unsigned flags, StringRef maskType = StringRef()) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h154 StringAttributeImpl(StringRef Kind, StringRef Val = StringRef()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp118 static void error(llvm::Error E, StringRef FileName, const Archive::Child &C, argument
146 static void error(llvm::Error E, StringRef FileName, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h725 internString(StringRef A, StringRef B = StringRef()) argument
[all...]
H A DCodeGenFunction.h992 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) { argument
[all...]
H A DCGExpr.cpp2288 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp905 describeClass(raw_ostream &Out, const CXXRecordDecl *D, StringRef Prefix = StringRef()) argument
917 describeCodeDecl(raw_ostream &Out, const Decl *D, bool ExtendedDescription, StringRef Prefix = StringRef()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1487 PragmaMessageHandler(PPCallbacks::PragmaMessageKind Kind, StringRef Namespace = StringRef()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h589 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(), StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
613 CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc, StringRef SymName = StringRef(), void *OpDecl = nullptr, bool GlobalRef = true) argument
629 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr, unsigned FrontendSize = 0) argument
649 CreateMem(unsigned ModeSize, unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr, unsigned FrontendSize = 0) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp240 static void error(llvm::Error E, StringRef FileName, const Archive::Child &C, argument
269 static void error(llvm::Error E, StringRef FileName, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp411 getFunctionOptions(const DISubroutineType *Ty, const DICompositeType *ClassTy = nullptr, StringRef SPName = StringRef(�)) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1913 ProcessMachO(StringRef Name, MachOObjectFile *MachOOF, StringRef ArchiveMemberName = StringRef(), StringRef ArchitectureName = StringRef()) argument
2216 printArchiveChild(StringRef Filename, const Archive::Child &C, size_t ChildIndex, bool verbose, bool print_offset, StringRef ArchitectureName = StringRef()) argument
2287 printArchiveHeaders(StringRef Filename, Archive *A, bool verbose, bool print_offset, StringRef ArchitectureName = StringRef()) argument
[all...]

Completed in 226 milliseconds