Home
last modified time | relevance | path

Searched refs:getMemorySpaceKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h85 uint32_t getMemorySpaceKind() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h90 uint32_t getMemorySpaceKind() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h111 virtual uint32_t getMemorySpaceKind() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp196 uint32_t NativeRawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp688 uint32_t DIARawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind() function in DIARawSymbol