Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h95 uint32_t getOffsetInUdt() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h100 uint32_t getOffsetInUdt() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h121 virtual uint32_t getOffsetInUdt() const = 0;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp234 uint32_t NativeRawSymbol::getOffsetInUdt() const { in getOffsetInUdt() function in NativeRawSymbol
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp729 uint32_t DIARawSymbol::getOffsetInUdt() const { in getOffsetInUdt() function in DIARawSymbol