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

/netbsd-current/external/apache2/llvm/lib/libLLVMXRay/
H A DMakefile17 InstrumentationMap.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DInstrumentationMap.h1 //===- InstrumentationMap.h - XRay Instrumentation Map ----------*- C++ -*-===//
30 class InstrumentationMap;
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
67 /// The InstrumentationMap represents the computed function id's and indicated
75 class InstrumentationMap { class in namespace:llvm::xray
86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/netbsd-current/external/apache2/llvm/dist/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;
224 InstrumentationMap
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp24 #include "llvm/XRay/InstrumentationMap.h"
56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS,
H A Dxray-converter.cpp23 #include "llvm/XRay/InstrumentationMap.h"
363 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"
442 InstrumentationMap Map;
H A Dxray-account.cpp23 #include "llvm/XRay/InstrumentationMap.h"
449 InstrumentationMap Map;

Completed in 179 milliseconds