Home
last modified time | relevance | path

Searched refs:NativeFunctionSymbol (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp25 NativeFunctionSymbol::NativeFunctionSymbol(NativeSession &Session, in NativeFunctionSymbol() function in NativeFunctionSymbol
32 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()
H A DSymbolCache.cpp373 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); in findFunctionSymbolBySectOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.h23 class NativeFunctionSymbol : public NativeRawSymbol {
25 NativeFunctionSymbol(NativeSession &Session, SymIndexId Id,
28 ~NativeFunctionSymbol() override;
/freebsd/lib/clang/libllvm/
H A DMakefile625 SRCS_EXT+= DebugInfo/PDB/Native/NativeFunctionSymbol.cpp