Searched defs:DfxSymbol (Results 1 – 1 of 1) sorted by relevance
27 struct DfxSymbol { struct49 DfxSymbol(uint64_t vaddr, uint64_t size, const std::string &name, const std::string &demangle, in DfxSymbol() argument57 DfxSymbol(uint64_t vaddr, uint64_t size, const std::string &name, const std::string &module) in DfxSymbol() argument61 DfxSymbol(uint64_t vaddr, const std::string &name, const std::string &module) in DfxSymbol() function87 inline bool IsValid() const in IsValid()91 void SetMatchFlag() const in SetMatchFlag()96 bool HasMatched() const in HasMatched()101 void SetIpVAddress(uint64_t vaddr) in SetIpVAddress()107 STRING_VIEW GetName() const in GetName()139 std::string ToDebugString() const in ToDebugString()[all …]