LLVM: llvm::sampleprof::SampleContext Class Reference (original) (raw)
#include "[llvm/ProfileData/SampleProf.h](SampleProf%5F8h%5Fsource.html)"
Definition at line 554 of file SampleProf.h.
| llvm::sampleprof::SampleContext::SampleContext ( ) |
inline |
◆ SampleContext() [2/5]
| llvm::sampleprof::SampleContext::SampleContext ( StringRef Name) |
inline |
◆ SampleContext() [3/5]
| llvm::sampleprof::SampleContext::SampleContext ( FunctionId Func) |
inline |
◆ SampleContext() [4/5]
◆ SampleContext() [5/5]
◆ clearState()
◆ createCtxVectorFromStr()
◆ decodeContextString()
◆ getAllAttributes()
| uint32_t llvm::sampleprof::SampleContext::getAllAttributes ( ) |
inline |
◆ getContextFrames()
◆ getContextString()
| std::string llvm::sampleprof::SampleContext::getContextString ( SampleContextFrames Context, bool IncludeLeafLineLocation = false ) |
inlinestatic |
◆ getFunction()
| FunctionId llvm::sampleprof::SampleContext::getFunction ( ) const |
inline |
◆ getHashCode()
| uint64_t llvm::sampleprof::SampleContext::getHashCode ( ) const |
inline |
◆ hasAttribute()
◆ hasContext()
| bool llvm::sampleprof::SampleContext::hasContext ( ) const |
inline |
◆ hasState()
◆ isBaseContext()
| bool llvm::sampleprof::SampleContext::isBaseContext ( ) const |
inline |
◆ isPrefixOf()
◆ operator SampleContextFrames()
◆ operator!=()
◆ operator<()
◆ operator==()
◆ setAllAttributes()
| void llvm::sampleprof::SampleContext::setAllAttributes ( uint32_t A) |
inline |
◆ setAttribute()
◆ setContext()
◆ setFunction()
| void llvm::sampleprof::SampleContext::setFunction ( FunctionId NewFunctionID) |
inline |
◆ setState()
◆ toString()
| std::string llvm::sampleprof::SampleContext::toString ( ) const |
inline |
The documentation for this class was generated from the following file: