Lines Matching refs:InstrumentationMap
1 //===- InstrumentationMap.cpp - XRay Instrumentation Map ------------------===//
9 // Implementation of the InstrumentationMap type for XRay sleds.
13 #include "llvm/XRay/InstrumentationMap.h"
36 std::optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const {
44 InstrumentationMap::getFunctionAddr(int32_t FuncId) const {
55 InstrumentationMap::SledContainer &Sleds,
56 InstrumentationMap::FunctionAddressMap &FunctionAddresses,
57 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) {
58 InstrumentationMap Map;
224 InstrumentationMap::SledContainer &Sleds,
225 InstrumentationMap::FunctionAddressMap &FunctionAddresses,
226 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) {
255 Expected<InstrumentationMap>
261 InstrumentationMap Map;