Home
last modified time | relevance | path

Searched defs:DfxSymbol (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_symbol.h27 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() argument
61 DfxSymbol(uint64_t vaddr, const std::string &name, const std::string &module) in DfxSymbol() function
87 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 …]