Searched refs:InstrumentationMap (Results 1 – 9 of 9) sorted by relevance
35 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId()42 Optional<uint64_t> InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr()51 InstrumentationMap::SledContainer &Sleds, in loadELF64()52 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadELF64()53 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadELF64()54 InstrumentationMap Map; in loadELF64()135 InstrumentationMap::SledContainer &Sleds, in loadYAML()136 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()137 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()165 Expected<InstrumentationMap>[all …]
2 InstrumentationMap.cpp
31 class InstrumentationMap; variable35 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);73 class InstrumentationMap {84 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
54 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
360 InstrumentationMap Map; in __anon8d442b510302()
442 InstrumentationMap Map; in __anon9fd330660902()
422 InstrumentationMap Map; in getGraphRenderer()
692 InstrumentationMap Map; in __anon6736a0a20702()
308 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the