Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h87 uint32_t getLiveRangeStartRelativeVirtualAddress() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h82 uint32_t getLiveRangeStartRelativeVirtualAddress() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h108 virtual uint32_t getLiveRangeStartRelativeVirtualAddress() const = 0;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp186 uint32_t NativeRawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress() function in NativeRawSymbol
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp262 MOCK_SYMBOL_ACCESSOR(getLiveRangeStartRelativeVirtualAddress)
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp674 uint32_t DIARawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress() function in DIARawSymbol