Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A 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 …]
H A DCMakeLists.txt10 InstrumentationMap.cpp
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/XRay/
H A DBUILD.gn16 "InstrumentationMap.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMXRay/
H A DMakefile17 InstrumentationMap.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
H A Dxray-converter.cpp363 InstrumentationMap Map; in __anonda1685590302()
H A Dxray-account.cpp449 InstrumentationMap Map; in __anona2b7686e0f02()
H A Dxray-stacks.cpp689 InstrumentationMap Map; in __anonf2eff7aa0802()
H A Dxray-graph.cpp442 InstrumentationMap Map; in getGraphRenderer()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRay.rst309 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the