Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h33 FORWARD_SYMBOL_METHOD(isMSILCode)
H A DIPDBRawSymbol.h221 virtual bool isMSILCode() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h199 bool isMSILCode() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h194 bool isMSILCode() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp612 bool NativeRawSymbol::isMSILCode() const { in isMSILCode() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1145 bool DIARawSymbol::isMSILCode() const { in isMSILCode() function in DIARawSymbol