Searched refs:NativePublicSymbol (Results 1 – 5 of 5) sorted by relevance
19 NativePublicSymbol::NativePublicSymbol(NativeSession &Session, SymIndexId Id, in NativePublicSymbol() function in NativePublicSymbol23 NativePublicSymbol::~NativePublicSymbol() {} in ~NativePublicSymbol()25 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, in dump()34 uint32_t NativePublicSymbol::getAddressOffset() const { return Sym.Offset; } in getAddressOffset()36 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection()38 std::string NativePublicSymbol::getName() const { in getName()42 uint32_t NativePublicSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()46 uint64_t NativePublicSymbol::getVirtualAddress() const { in getVirtualAddress()
436 SymIndexId Id = createSymbol<NativePublicSymbol>(PS); in findPublicSymbolBySectOffset()
20 class NativePublicSymbol : public NativeRawSymbol {22 NativePublicSymbol(NativeSession &Session, SymIndexId Id,25 ~NativePublicSymbol() override;
41 "Native/NativePublicSymbol.cpp",
68 Native/NativePublicSymbol.cpp