|
const std::error_category & | llvm::sampleprof_category () |
|
std::error_code | llvm::make_error_code (sampleprof_error E) |
|
sampleprof_error | llvm::mergeSampleProfErrors (sampleprof_error &Accumulator, sampleprof_error Result) |
|
static uint64_t | llvm::sampleprof::SPMagic (SampleProfileFormat Format=SPF_Binary) |
|
static uint64_t | llvm::sampleprof::SPVersion () |
|
static std::string | llvm::sampleprof::getSecName (SecType Type) |
|
template<class SecFlagType > |
static void | llvm::sampleprof::verifySecFlag (SecType Type, SecFlagType Flag) |
|
template<class SecFlagType > |
static void | llvm::sampleprof::addSecFlag (SecHdrTableEntry &Entry, SecFlagType Flag) |
|
template<class SecFlagType > |
static void | llvm::sampleprof::removeSecFlag (SecHdrTableEntry &Entry, SecFlagType Flag) |
|
template<class SecFlagType > |
static bool | llvm::sampleprof::hasSecFlag (const SecHdrTableEntry &Entry, SecFlagType Flag) |
|
raw_ostream & | llvm::sampleprof::operator<< (raw_ostream &OS, const LineLocation &Loc) |
|
raw_ostream & | llvm::sampleprof::operator<< (raw_ostream &OS, const SampleRecord &Sample) |
|
static hash_code | llvm::sampleprof::hash_value (const SampleContextFrame &arg) |
|
static hash_code | llvm::sampleprof::hash_value (const SampleContext &Context) |
|
raw_ostream & | llvm::sampleprof::operator<< (raw_ostream &OS, const SampleContext &Context) |
|
static FunctionId | llvm::sampleprof::getRepInFormat (StringRef Name) |
| Get the proper representation of a string according to whether the current Format uses MD5 to represent the string.
|
|
raw_ostream & | llvm::sampleprof::operator<< (raw_ostream &OS, const FunctionSamples &FS) |
|
void | llvm::sampleprof::sortFuncProfiles (const SampleProfileMap &ProfileMap, std::vector< NameFunctionSamples > &SortedProfiles) |
|
std::string | llvm::getUniqueInternalLinkagePostfix (const StringRef &FName) |
|