Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
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()
189 InstrumentationMap::SledContainer &Sleds, in loadYAML()
190 InstrumentationMap::FunctionAddressMap &FunctionAddresses, in loadYAML()
191 InstrumentationMap::FunctionAddressReverseMap &FunctionIds) { in loadYAML()
220 Expected<InstrumentationMap>
[all …]
DCMakeLists.txt10 InstrumentationMap.cpp
/external/llvm-project/llvm/lib/XRay/
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 …]
DCMakeLists.txt10 InstrumentationMap.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DInstrumentationMap.h30 class InstrumentationMap; variable
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
72 class InstrumentationMap {
83 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/external/llvm-project/llvm/include/llvm/XRay/
DInstrumentationMap.h30 class InstrumentationMap; variable
34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
75 class InstrumentationMap {
86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/XRay/
DBUILD.gn16 "InstrumentationMap.cpp",
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-extract.cpp56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
Dxray-converter.cpp365 InstrumentationMap Map; in __anonfe046a3e0302()
Dxray-account.cpp449 InstrumentationMap Map; in __anonb3acd0130f02()
Dxray-graph.cpp443 InstrumentationMap Map; in getGraphRenderer()
Dxray-stacks.cpp692 InstrumentationMap Map; in __anon77547eaf0802()
/external/llvm-project/llvm/docs/
DXRay.rst309 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the