Home
last modified time | relevance | path

Searched refs:InstrumentationMap (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp37 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DInstrumentationMap.h31 class InstrumentationMap; variable
35 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
73 class InstrumentationMap {
84 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-extract.cpp54 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
H A Dxray-converter.cpp371 InstrumentationMap Map; in __anon7b6bafb30302()
H A Dxray-account.cpp412 InstrumentationMap Map; in __anon1c2a34480f02()
H A Dxray-graph.cpp426 InstrumentationMap Map; in getGraphRenderer()
H A Dxray-stacks.cpp695 InstrumentationMap Map; in __anon2cebb0440702()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1486 SRCS_EXT+= XRay/InstrumentationMap.cpp