Searched refs:InstrumentationMap (Results 1 – 10 of 10) sorted by relevance
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 { in getFunctionId() 44 InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr() 55 InstrumentationMap::SledContainer &Sleds, in loadObj() 56 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadObj() 57 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadObj() 58 InstrumentationMap Map; in loadObj() 224 InstrumentationMap in loadYAML() [all...]
10 InstrumentationMap.cpp
30 class InstrumentationMap; variable34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);75 class InstrumentationMap {86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
17 "InstrumentationMap.cpp",
57 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
372 InstrumentationMap Map; in __anon480a4d410302()
451 InstrumentationMap Map; in __anon09c816560f02()
17 #include "llvm/XRay/InstrumentationMap.h"445 InstrumentationMap Map; in getGraphRenderer()
685 InstrumentationMap Map; in __anon722e88920802()
335 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the