Searched refs:NativeFunctionSymbol (Results 1 – 6 of 6) sorted by relevance
25 NativeFunctionSymbol::NativeFunctionSymbol(NativeSession &Session, in NativeFunctionSymbol() function in NativeFunctionSymbol32 NativeFunctionSymbol::~NativeFunctionSymbol() = default;34 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, in dump()44 uint32_t NativeFunctionSymbol::getAddressOffset() const { in getAddressOffset()48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection()49 std::string NativeFunctionSymbol::getName() const { in getName()53 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()55 uint32_t NativeFunctionSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()59 uint64_t NativeFunctionSymbol::getVirtualAddress() const { in getVirtualAddress()97 NativeFunctionSymbol::findInlineFramesByVA(uint64_t VA) const { in findInlineFramesByVA()
373 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); in findFunctionSymbolBySectOffset()
23 class NativeFunctionSymbol : public NativeRawSymbol {25 NativeFunctionSymbol(NativeSession &Session, SymIndexId Id,28 ~NativeFunctionSymbol() override;
68 Native/NativeFunctionSymbol.cpp
1482 "//$clspv_llvm_dir/llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp",
3093 textual header "/usr/include/llvm-11/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h"