clearState(ContextStateMask S) | llvm::sampleprof::SampleContext | inline |
createCtxVectorFromStr(StringRef ContextStr, SampleContextFrameVector &Context) | llvm::sampleprof::SampleContext | inlinestatic |
decodeContextString(StringRef ContextStr, FunctionId &Func, LineLocation &LineLoc) | llvm::sampleprof::SampleContext | inlinestatic |
getAllAttributes() | llvm::sampleprof::SampleContext | inline |
getContextFrames() const | llvm::sampleprof::SampleContext | inline |
getContextString(SampleContextFrames Context, bool IncludeLeafLineLocation=false) | llvm::sampleprof::SampleContext | inlinestatic |
getFunction() const | llvm::sampleprof::SampleContext | inline |
getHashCode() const | llvm::sampleprof::SampleContext | inline |
hasAttribute(ContextAttributeMask A) | llvm::sampleprof::SampleContext | inline |
hasContext() const | llvm::sampleprof::SampleContext | inline |
hasState(ContextStateMask S) | llvm::sampleprof::SampleContext | inline |
isBaseContext() const | llvm::sampleprof::SampleContext | inline |
isPrefixOf(const SampleContext &That) const | llvm::sampleprof::SampleContext | inline |
operator SampleContextFrames() const | llvm::sampleprof::SampleContext | inline |
operator!=(const SampleContext &That) const | llvm::sampleprof::SampleContext | inline |
operator<(const SampleContext &That) const | llvm::sampleprof::SampleContext | inline |
operator==(const SampleContext &That) const | llvm::sampleprof::SampleContext | inline |
SampleContext() | llvm::sampleprof::SampleContext | inline |
SampleContext(StringRef Name) | llvm::sampleprof::SampleContext | inline |
SampleContext(FunctionId Func) | llvm::sampleprof::SampleContext | inline |
SampleContext(SampleContextFrames Context, ContextStateMask CState=RawContext) | llvm::sampleprof::SampleContext | inline |
SampleContext(StringRef ContextStr, std::list< SampleContextFrameVector > &CSNameTable, ContextStateMask CState=RawContext) | llvm::sampleprof::SampleContext | inline |
setAllAttributes(uint32_t A) | llvm::sampleprof::SampleContext | inline |
setAttribute(ContextAttributeMask A) | llvm::sampleprof::SampleContext | inline |
setContext(SampleContextFrames Context, ContextStateMask CState=RawContext) | llvm::sampleprof::SampleContext | inline |
setFunction(FunctionId NewFunctionID) | llvm::sampleprof::SampleContext | inline |
setState(ContextStateMask S) | llvm::sampleprof::SampleContext | inline |
toString() const | llvm::sampleprof::SampleContext | inline |