Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypeDimension.h24 FORWARD_SYMBOL_METHOD(getLowerBoundId)
HDIPDBRawSymbol.h110 virtual SymIndexId getLowerBoundId() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h84 SymIndexId getLowerBoundId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h89 SymIndexId getLowerBoundId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp194 SymIndexId NativeRawSymbol::getLowerBoundId() const { return 0; } in getLowerBoundId() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp684 SymIndexId DIARawSymbol::getLowerBoundId() const { in getLowerBoundId() function in DIARawSymbol