Home
last modified time | relevance | path

Searched refs:raw_svector_ostream (Results 1 – 25 of 103) sorted by relevance

12345

/external/clang/lib/AST/
DMangle.cpp72 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock()
83 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock()
95 llvm::raw_svector_ostream Stream(Buffer); in mangleBlock()
118 llvm::raw_svector_ostream OS(Name); in mangleObjCMethodName()
/external/llvm/lib/Support/
Draw_ostream.cpp689 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function in raw_svector_ostream
698 raw_svector_ostream::~raw_svector_ostream() { in ~raw_svector_ostream()
706 void raw_svector_ostream::resync() { in resync()
714 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
736 uint64_t raw_svector_ostream::current_pos() const { in current_pos()
740 StringRef raw_svector_ostream::str() { in str()
DErrorHandling.cpp72 raw_svector_ostream OS(Buffer); in report_fatal_error()
DPrettyStackTrace.cpp84 raw_svector_ostream Stream(TmpStr); in CrashHandler()
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp119 llvm::raw_svector_ostream os(buf); in checkLocation()
127 llvm::raw_svector_ostream os(buf); in checkLocation()
136 llvm::raw_svector_ostream os(buf); in checkLocation()
148 llvm::raw_svector_ostream os(buf); in checkLocation()
DCheckSecuritySyntaxOnly.cpp252 llvm::raw_svector_ostream os(sbuf); in checkLoopConditionForFloat()
472 llvm::raw_svector_ostream os1(buf1); in checkCall_rand()
476 llvm::raw_svector_ostream os2(buf2); in checkCall_rand()
559 llvm::raw_svector_ostream os1(buf1); in checkUncheckedReturnValue()
563 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue()
DBasicObjCFoundationChecks.cpp91 llvm::raw_svector_ostream os(sbuf); in WarnNilArg()
320 llvm::raw_svector_ostream os(sbuf); in checkPreStmt()
468 llvm::raw_svector_ostream os(buf); in checkPreObjCMessage()
621 llvm::raw_svector_ostream os(sbuf); in checkPreObjCMessage()
DStackAddrEscapeChecker.cpp99 llvm::raw_svector_ostream os(buf); in EmitStackError()
200 llvm::raw_svector_ostream os(buf); in checkEndPath()
DUndefResultChecker.cpp49 llvm::raw_svector_ostream OS(sbuf); in checkPostStmt()
DUndefCapturedBlockVarChecker.cpp85 llvm::raw_svector_ostream os(buf); in checkPostStmt()
DMacOSXAPIChecker.cpp73 llvm::raw_svector_ostream os(S); in CheckDispatchOnce()
DAnalyzerStatsChecker.cpp76 llvm::raw_svector_ostream output(buf); in checkEndAnalysis()
/external/llvm/lib/VMCore/
DValueSymbolTable.cpp55 raw_svector_ostream(UniqueName) << ++LastUnique; in reinsertValue()
94 raw_svector_ostream(UniqueName) << ++LastUnique; in createValueName()
/external/llvm/include/llvm/Support/
Draw_ostream.h448 class raw_svector_ostream : public raw_ostream {
462 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
463 ~raw_svector_ostream();
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
/external/llvm/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp55 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
70 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
/external/clang/lib/Driver/
DArg.cpp65 llvm::raw_svector_ostream OS(Res); in getAsString()
98 llvm::raw_svector_ostream OS(Res); in render()
/external/llvm/lib/MC/
DMCPureStreamer.cpp200 raw_svector_ostream VecOS(Code); in EmitInstToFragment()
213 raw_svector_ostream VecOS(Code); in EmitInstToData()
DMCContext.cpp96 raw_svector_ostream(NewName) << NextUniqueID++; in CreateSymbol()
117 raw_svector_ostream(NameSV) in CreateTempSymbol()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h40 raw_svector_ostream OS;
/external/llvm/utils/TableGen/
DStringToOffsetTable.h44 raw_svector_ostream(Str).write_escaped(AggregateString); in EmitString()
/external/clang/lib/Basic/
DDiagnostic.cpp378 llvm::raw_svector_ostream Out(OutStr); in HandleOrdinalModifier()
640 llvm::raw_svector_ostream(OutStr) << Val; in FormatDiagnostic()
658 llvm::raw_svector_ostream(OutStr) << Val; in FormatDiagnostic()
674 llvm::raw_svector_ostream(OutStr) << '\'' << II->getName() << '\''; in FormatDiagnostic()
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp70 llvm::raw_svector_ostream OS(Msg); in createInvocationFromCommandLine()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp47 raw_svector_ostream OS(Str); in EmitInstruction()
205 raw_svector_ostream OS(Str); in EmitFunctionBodyStart()
/external/llvm/unittests/Support/
Draw_ostream_test.cpp34 llvm::raw_svector_ostream OS(SVec); in printToString()

12345