Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h86 uint32_t getLiveRangeStartAddressSection() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h81 uint32_t getLiveRangeStartAddressSection() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h107 virtual uint32_t getLiveRangeStartAddressSection() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp182 uint32_t NativeRawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp261 MOCK_SYMBOL_ACCESSOR(getLiveRangeStartAddressSection)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp669 uint32_t DIARawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in DIARawSymbol