Searched refs:NativeFunctionSymbol (Results 1 – 5 of 5) sorted by relevance
21 NativeFunctionSymbol::NativeFunctionSymbol(NativeSession &Session, in NativeFunctionSymbol() function in NativeFunctionSymbol28 NativeFunctionSymbol::~NativeFunctionSymbol() {} in ~NativeFunctionSymbol()30 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, in dump()40 uint32_t NativeFunctionSymbol::getAddressOffset() const { in getAddressOffset()44 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection()45 std::string NativeFunctionSymbol::getName() const { in getName()49 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()51 uint32_t NativeFunctionSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()55 uint64_t NativeFunctionSymbol::getVirtualAddress() const { in getVirtualAddress()93 NativeFunctionSymbol::findInlineFramesByVA(uint64_t VA) const { in findInlineFramesByVA()
367 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); in findFunctionSymbolBySectOffset()
20 class NativeFunctionSymbol : public NativeRawSymbol {22 NativeFunctionSymbol(NativeSession &Session, SymIndexId Id,25 ~NativeFunctionSymbol() override;
38 "Native/NativeFunctionSymbol.cpp",
65 Native/NativeFunctionSymbol.cpp