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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h1 //===- InstrumentationMap.h - XRay Instrumentation Map ----------*- C++ -*-===//
30 class InstrumentationMap;
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
64 /// The InstrumentationMap represents the computed function id's and indicated
72 class InstrumentationMap { class in namespace:llvm::xray
83 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp1 //===- InstrumentationMap.cpp - XRay Instrumentation Map ------------------===//
9 // Implementation of the InstrumentationMap type for XRay sleds.
13 #include "llvm/XRay/InstrumentationMap.h"
37 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const {
44 Optional<uint64_t> InstrumentationMap::getFunctionAddr(int32_t FuncId) const {
55 InstrumentationMap::SledContainer &Sleds,
56 InstrumentationMap::FunctionAddressMap &FunctionAddresses,
57 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) {
58 InstrumentationMap Map;
189 InstrumentationMap
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp24 #include "llvm/XRay/InstrumentationMap.h"
51 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS,
H A Dxray-converter.cpp23 #include "llvm/XRay/InstrumentationMap.h"
365 InstrumentationMap Map;
H A Dxray-account.cpp23 #include "llvm/XRay/InstrumentationMap.h"
404 InstrumentationMap Map;
H A Dxray-stacks.cpp30 #include "llvm/XRay/InstrumentationMap.h"
689 InstrumentationMap Map;
H A Dxray-graph.cpp17 #include "llvm/XRay/InstrumentationMap.h"
418 InstrumentationMap Map;
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1595 SRCS_EXT+= XRay/InstrumentationMap.cpp

Completed in 73 milliseconds