Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
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()
224 InstrumentationMap::SledContainer &Sleds, in loadYAML()
225 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()
226 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()
255 Expected<InstrumentationMap>
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
DInstrumentationMap.h30 class InstrumentationMap; variable
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
75 class InstrumentationMap {
86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-extract.cpp56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
Dxray-converter.cpp363 InstrumentationMap Map; in __anon52c921660302()
Dxray-account.cpp449 InstrumentationMap Map; in __anonfe099d3b0f02()
Dxray-graph.cpp442 InstrumentationMap Map; in getGraphRenderer()
Dxray-stacks.cpp689 InstrumentationMap Map; in __anon053846d70802()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile1752 SRCS_EXT+= XRay/InstrumentationMap.cpp