Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h87 uint32_t getLiveRangeStartAddressSection() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h82 uint32_t getLiveRangeStartAddressSection() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h112 virtual uint32_t getLiveRangeStartAddressSection() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp184 uint32_t NativeRawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp670 uint32_t DIARawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in DIARawSymbol