Searched defs:Symbol (Results 1 – 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/ |
D | symbols_file.h | 62 struct Symbol { struct 80 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &demangle, in Symbol() argument 89 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &module) in Symbol() function 93 Symbol(uint64_t vaddr, const std::string &name, const std::string &module) in Symbol() argument 100 static bool SameVaddr(const Symbol &a, const Symbol &b) in SameVaddr() argument 104 bool Same(const Symbol &b) const in Same() argument 118 bool isValid() const in isValid() 123 void SetMatchFlag() const in SetMatchFlag() 128 bool HasMatched() const in HasMatched() 133 void setIpVAddress(uint64_t vaddr) in setIpVAddress() [all …]
|
/developtools/hiperf/include/ |
D | symbols_file.h | 63 struct Symbol { struct 80 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &demangle, in Symbol() argument 88 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &module) in Symbol() argument 92 Symbol(uint64_t vaddr, const std::string &name, const std::string &module) in Symbol() function 102 Symbol(const Symbol &other) = default; argument 104 Symbol& operator=(const Symbol& other) = default; argument 106 static bool SameVaddr(const Symbol &a, const Symbol &b) in SameVaddr() argument 110 bool Same(const Symbol &b) const in Same() argument 124 bool isValid() const in isValid() 129 void SetMatchFlag() const in SetMatchFlag() [all …]
|