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

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h88 createDataFlowSanitizerPassForJIT(StringRef ABIListFile = StringRef()) argument
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java96 private static class StringRef { class in class:Getopt
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSmallString.h[all...]
H A DStringRef.h41 class StringRef { class in namespace:llvm
73 /*implicit*/ StringRef() : Data(0), Length(0) {} function in class:llvm::StringRef
76 /*implicit*/ StringRef(const char *Str) function in class:llvm::StringRef
83 /*implicit*/ StringRef(const char *data, size_t length) function in class:llvm::StringRef
90 /*implicit*/ StringRef(const std::string &Str) function in class:llvm::StringRef
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributeImpl.h132 StringAttributeImpl(StringRef Kind, StringRef Val = StringRef()) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h389 internString(StringRef A, StringRef B = StringRef()) argument
[all...]
H A DCodeGenFunction.h574 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) { argument
H A DCGExpr.cpp1684 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp79 ThreadSanitizer(StringRef BlacklistFile = StringRef()) argument
H A DDebugIR.cpp171 DIUpdater(Module &M, StringRef Filename = StringRef(), argument
[all...]
H A DAddressSanitizer.cpp288 AddressSanitizer(bool CheckInitOrder = true, bool CheckUseAfterReturn = false, bool CheckLifetime = false, StringRef BlacklistFile = StringRef(), bool ZeroBaseShadow = false) argument
360 AddressSanitizerModule(bool CheckInitOrder = true, StringRef BlacklistFile = StringRef(), bool ZeroBaseShadow = false) argument
[all...]
H A DMemorySanitizer.cpp206 MemorySanitizer(bool TrackOrigins = false, StringRef BlacklistFile = StringRef()) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1176 PragmaMessageHandler(PPCallbacks::PragmaMessageKind Kind, StringRef Namespace = StringRef()) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp899 describeClass(raw_ostream &Out, const CXXRecordDecl *D, StringRef Prefix = StringRef()) argument
906 describeCodeDecl(raw_ostream &Out, const Decl *D, bool ExtendedDescription, StringRef Prefix = StringRef()) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp962 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(), StringRef SymName = StringRef(), void *OpDecl = 0) argument
983 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = 0) argument
1000 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = 0) argument
[all...]

Completed in 195 milliseconds