Searched refs:InstrumentationMap (Results 1 – 11 of 11) sorted by relevance
37 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId()44 Optional<uint64_t> 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()222 InstrumentationMap::SledContainer &Sleds, in loadYAML()223 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()224 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()253 Expected<InstrumentationMap>[all …]
10 InstrumentationMap.cpp
30 class InstrumentationMap; variable34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);75 class InstrumentationMap {86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
16 "InstrumentationMap.cpp",
57 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
372 InstrumentationMap Map; in __anon1fd0667e0302()
449 InstrumentationMap Map; in __anoncdccbc530f02()
689 InstrumentationMap Map; in __anon1b07e2ef0802()
443 InstrumentationMap Map; in getGraphRenderer()
309 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the
5706 llvm/include/llvm/XRay/InstrumentationMap.h6943 llvm/lib/XRay/InstrumentationMap.cpp