LLVM
8.0.1
|
#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>
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< InstrumentationMap > | llvm::xray::loadInstrumentationMap (StringRef Filename) |
Loads the instrumentation map from |Filename|. More... | |