Home
last modified time | relevance | path

Searched refs:NativePublicSymbol (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativePublicSymbol.cpp19 NativePublicSymbol::NativePublicSymbol(NativeSession &Session, SymIndexId Id, in NativePublicSymbol() function in NativePublicSymbol
23 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()
H A DSymbolCache.cpp437 SymIndexId Id = createSymbol<NativePublicSymbol>(PS); in findPublicSymbolBySectOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativePublicSymbol.h20 class NativePublicSymbol : public NativeRawSymbol {
22 NativePublicSymbol(NativeSession &Session, SymIndexId Id,
25 ~NativePublicSymbol() override;
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile79 NativePublicSymbol.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn41 "Native/NativePublicSymbol.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt68 Native/NativePublicSymbol.cpp