Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp35 std::optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId()
43 InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr()
54 InstrumentationMap::SledContainer &Sleds, in loadObj()
55 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadObj()
56 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadObj()
57 InstrumentationMap Map; in loadObj()
223 InstrumentationMap::SledContainer &Sleds, in loadYAML()
224 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()
225 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()
254 Expected<InstrumentationMap>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h31 class InstrumentationMap; variable
35 LLVM_ABI Expected<InstrumentationMap>
77 class InstrumentationMap {
88 LLVM_ABI friend Expected<InstrumentationMap>
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp57 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
H A Dxray-converter.cpp23 #include "llvm/XRay/InstrumentationMap.h"
372 InstrumentationMap Map; in __anone754334e0302()
H A Dxray-account.cpp451 InstrumentationMap Map; in __anon895715230f02()
H A Dxray-graph.cpp445 InstrumentationMap Map; in getGraphRenderer()
H A Dxray-stacks.cpp671 InstrumentationMap Map; in __anon4f4261bf0702()
/freebsd/lib/clang/libllvm/
H A DMakefile2175 SRCS_EXT+= XRay/InstrumentationMap.cpp