Searched refs:raw_string_ostream (Results 51 - 75 of 145) sorted by relevance

123456

/external/llvm/unittests/Support/
H A DLEB128Test.cpp25 raw_string_ostream Stream(Actual); \
51 raw_string_ostream Stream(Actual1); \
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp234 llvm::raw_string_ostream OS(name_str);
/external/clang/unittests/Tooling/
H A DTestVisitor.h211 llvm::raw_string_ostream Stream(PartialMatches);
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp216 raw_string_ostream ss(Err);
/external/llvm/lib/Support/
H A DFileUtilities.cpp150 raw_string_ostream(*ErrorMsg)
H A DGraphWriter.cpp104 raw_string_ostream Log(LogBuffer);
/external/llvm/lib/Target/
H A DTargetMachineC.cpp241 raw_string_ostream OStream(CodeString);
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp96 raw_string_ostream RSO(Help);
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp170 llvm::raw_string_ostream Stream(JSONText);
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp344 llvm::raw_string_ostream S(SStr);
355 llvm::raw_string_ostream S(SStr);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp234 raw_string_ostream ErrMsgStream(ErrMsg);
245 raw_string_ostream ErrMsgStream(ErrMsg);
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp181 llvm::raw_string_ostream os(pchName);
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp178 llvm::raw_string_ostream ES(Error);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h188 raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp357 raw_string_ostream OS(Str);
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp164 raw_string_ostream OS(Data->ContinuationOutput);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp334 raw_string_ostream NewSymStr(NewSym);
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp119 raw_string_ostream OS(Buffer);
/external/lldb/source/Expression/
H A DIRForTarget.cpp124 raw_string_ostream rso(s);
137 raw_string_ostream rso(s);
520 raw_string_ostream decl_desc_stream(decl_desc_str);
2021 raw_string_ostream ss(s);
2614 raw_string_ostream oss(s);
2673 raw_string_ostream oss(s);
2858 raw_string_ostream oss(s);
H A DIRInterpreter.cpp33 raw_string_ostream rso(s);
52 raw_string_ostream rso(s);
567 raw_string_ostream oss(s);
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h714 raw_string_ostream fmt(fmtbuf);
725 raw_string_ostream fmt(fmtbuf);
736 raw_string_ostream fmt(fmtbuf);
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp227 llvm::raw_string_ostream OS(Result);
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp95 raw_string_ostream os1(o1), os2(o2);
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp394 raw_string_ostream OS(Functions);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp554 raw_string_ostream Stream(MsgStorage);

Completed in 801 milliseconds

123456