LLVM 22.0.0git
InstrumentationMap.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLTraits.h"
#include <cstdint>
#include <optional>
#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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::xray
namespace  llvm::yaml

Functions

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