HPCToolkit
SimpleSymbols.cpp File Reference
#include <iostream>
#include <vector>
#include <algorithm>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "SimpleSymbols.hpp"
Include dependency graph for SimpleSymbols.cpp:

Go to the source code of this file.

Classes

struct  SimpleSymbolsRepr
 

Functions

static bool compareAddr (SimpleSymbol *s1, SimpleSymbol *s2)
 
static std::string kindString (SimpleSymbolKind _kind)
 
static std::string bindingString (SimpleSymbolBinding _binding)
 
void chooseHighestBinding (SimpleSymbol *left, const SimpleSymbol *right)
 

Function Documentation

◆ bindingString()

static std::string bindingString ( SimpleSymbolBinding  _binding)
static

Definition at line 107 of file SimpleSymbols.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ chooseHighestBinding()

void chooseHighestBinding ( SimpleSymbol left,
const SimpleSymbol right 
)

Definition at line 280 of file SimpleSymbols.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ compareAddr()

static bool compareAddr ( SimpleSymbol s1,
SimpleSymbol s2 
)
static

Definition at line 86 of file SimpleSymbols.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ kindString()

static std::string kindString ( SimpleSymbolKind  _kind)
static

Definition at line 93 of file SimpleSymbols.cpp.

Here is the caller graph for this function: