Searched refs:InstrumentationMap (Results 1 – 8 of 8) 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()176 InstrumentationMap::SledContainer &Sleds, in loadYAML()177 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()178 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()206 Expected<InstrumentationMap>[all …]
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()
371 InstrumentationMap Map; in __anon7b6bafb30302()
412 InstrumentationMap Map; in __anon1c2a34480f02()
426 InstrumentationMap Map; in getGraphRenderer()
695 InstrumentationMap Map; in __anon2cebb0440702()
1486 SRCS_EXT+= XRay/InstrumentationMap.cpp