Searched refs:InstrumentationMap (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 37 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 …]
|
D | CMakeLists.txt | 10 InstrumentationMap.cpp
|
/external/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 37 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 …]
|
D | CMakeLists.txt | 10 InstrumentationMap.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 30 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/ |
D | InstrumentationMap.h | 30 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/ |
D | BUILD.gn | 16 "InstrumentationMap.cpp",
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-extract.cpp | 56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
|
D | xray-converter.cpp | 365 InstrumentationMap Map; in __anonfe046a3e0302()
|
D | xray-account.cpp | 449 InstrumentationMap Map; in __anonb3acd0130f02()
|
D | xray-graph.cpp | 443 InstrumentationMap Map; in getGraphRenderer()
|
D | xray-stacks.cpp | 692 InstrumentationMap Map; in __anon77547eaf0802()
|
/external/llvm-project/llvm/docs/ |
D | XRay.rst | 309 - ``llvm/XRay/InstrumentationMap.h``: A convenient tool for analyzing the
|