LLVM  8.0.1
Classes | Namespaces | Functions
InstrumentationMap.h File Reference
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLTraits.h"
#include <cstdint>
#include <unordered_map>
#include <vector>
Include dependency graph for InstrumentationMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::xray::SledEntry
 Represents an XRay instrumentation sled entry from an object file. More...
 
struct  llvm::xray::YAMLXRaySledEntry
 
class  llvm::xray::InstrumentationMap
 The InstrumentationMap represents the computed function id's and indicated function addresses from an object file (or a YAML file). More...
 
struct  llvm::yaml::ScalarEnumerationTraits< xray::SledEntry::FunctionKinds >
 
struct  llvm::yaml::MappingTraits< xray::YAMLXRaySledEntry >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::xray
 
 llvm::yaml
 

Functions

Expected< InstrumentationMapllvm::xray::loadInstrumentationMap (StringRef Filename)
 Loads the instrumentation map from |Filename|. More...