HomeSort by: relevance | last modified time | path
    Searched refs:OContextStr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CallContext.h 39 std::ostringstream OContextStr;
41 if (OContextStr.str().size())
42 OContextStr << " @ ";
43 OContextStr << getCallSite(Callsite);
45 return OContextStr.str();
52 std::ostringstream OContextStr;
54 if (OContextStr.str().size())
55 OContextStr << " @ ";
56 OContextStr << getCallSite(Callsite);
58 return OContextStr.str()
    [all...]
PseudoProbe.cpp 65 std::ostringstream OContextStr;
69 if (OContextStr.str().size())
70 OContextStr << " @ ";
71 OContextStr << CxtStr;
73 return OContextStr.str();
ProfileGenerator.cpp 607 std::ostringstream OContextStr;
609 if (OContextStr.str().size())
610 OContextStr << " @ ";
611 OContextStr << ContextStrStack[I];
616 if (OContextStr.str().size())
617 OContextStr << " @ ";
618 OContextStr << StringRef(LeafFrame).split(":").first.str();
621 getFunctionProfileForContext(OContextStr.str(), WasLeafInlined);
ProfiledBinary.cpp 161 std::ostringstream OContextStr;
163 if (OContextStr.str().size()) {
164 OContextStr << " @ ";
166 OContextStr << ContextVec[I];
169 if (OContextStr.str().size())
170 OContextStr << " @ ";
171 OContextStr << StringRef(LeafFrame).split(":").first.str();
172 return OContextStr.str();

Completed in 48 milliseconds