Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp35 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId()
42 Optional<uint64_t> InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr()
51 InstrumentationMap::SledContainer &Sleds, in loadELF64()
52 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadELF64()
53 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadELF64()
54 InstrumentationMap Map; in loadELF64()
135 InstrumentationMap::SledContainer &Sleds, in loadYAML()
136 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()
137 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()
165 Expected<InstrumentationMap>
[all …]
DCMakeLists.txt2 InstrumentationMap.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h31 class InstrumentationMap; variable
35 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
73 class InstrumentationMap {
84 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp54 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
Dxray-converter.cpp360 InstrumentationMap Map; in __anon8d442b510302()
Dxray-account.cpp442 InstrumentationMap Map; in __anon9fd330660902()
Dxray-graph.cpp422 InstrumentationMap Map; in getGraphRenderer()
Dxray-stacks.cpp692 InstrumentationMap Map; in __anon6736a0a20702()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DXRay.rst308 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the