Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h61 uint32_t getLiveRangeStartRelativeVirtualAddress() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h70 virtual uint32_t getLiveRangeStartRelativeVirtualAddress() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp177 MOCK_SYMBOL_ACCESSOR(getLiveRangeStartRelativeVirtualAddress)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp532 uint32_t DIARawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress() function in DIARawSymbol