Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h216 bool isSdl() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h211 bool isSdl() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h238 virtual bool isSdl() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp680 bool NativeRawSymbol::isSdl() const { in isSdl() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp380 RAW_METHOD_DUMP(OS, isSdl); in dump()
1214 bool DIARawSymbol::isSdl() const { in isSdl() function in DIARawSymbol