Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h91 uint32_t getMemorySpaceKind() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h86 uint32_t getMemorySpaceKind() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h116 virtual uint32_t getMemorySpaceKind() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp198 uint32_t NativeRawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp689 uint32_t DIARawSymbol::getMemorySpaceKind() const { in getMemorySpaceKind() function in DIARawSymbol