Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h82 uint32_t getLiveRangeStartRelativeVirtualAddress() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h87 uint32_t getLiveRangeStartRelativeVirtualAddress() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h108 virtual uint32_t getLiveRangeStartRelativeVirtualAddress() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp186 uint32_t NativeRawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp674 uint32_t DIARawSymbol::getLiveRangeStartRelativeVirtualAddress() const { in getLiveRangeStartRelativeVirtualAddress() function in DIARawSymbol