Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp36 std::optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId()
44 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()
223 InstrumentationMap::SledContainer &Sleds, in loadYAML()
224 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()
225 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()
254 Expected<InstrumentationMap>
[all …]
/src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h30 class InstrumentationMap; variable
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
75 class InstrumentationMap {
86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/src/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.cpp372 InstrumentationMap Map; in __anon520030230302()
H A Dxray-account.cpp451 InstrumentationMap Map; in __anon25c3d8b80f02()
H A Dxray-graph.cpp445 InstrumentationMap Map; in getGraphRenderer()
H A Dxray-stacks.cpp685 InstrumentationMap Map; in __anonfeaa86b40802()
/src/lib/clang/libllvm/
H A DMakefile2019 SRCS_EXT+= XRay/InstrumentationMap.cpp