Lines Matching refs:DfxSymbol
27 struct DfxSymbol { struct
49 DfxSymbol(uint64_t vaddr, uint64_t size, const std::string &name, const std::string &demangle, in DfxSymbol() argument
57 DfxSymbol(uint64_t vaddr, uint64_t size, const std::string &name, const std::string &module) in DfxSymbol() function
58 : DfxSymbol(vaddr, size, name, name, module) {} in DfxSymbol()
61 DfxSymbol(uint64_t vaddr, const std::string &name, const std::string &module) in DfxSymbol() argument
62 : DfxSymbol(vaddr, 0, name, name, module) {} in DfxSymbol()
65 DfxSymbol(uint64_t taskVaddr = 0, const std::string &comm = "")
68 DfxSymbol(const DfxSymbol &other) = default;
70 DfxSymbol& operator=(const DfxSymbol& other) = default; argument
72 inline bool Equal(const DfxSymbol &b) const in Equal() argument
77 inline bool operator==(const DfxSymbol &b) const
82 inline bool operator!=(const DfxSymbol &b) const
169 static bool ValueLessThen(uint64_t vaddr, const DfxSymbol &a) in ValueLessThen() argument
174 static bool ValueLessEqual(uint64_t vaddr, const DfxSymbol &a) in ValueLessEqual() argument