Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h42 FORWARD_SYMBOL_METHOD(isMSILNetmodule)
H A DIPDBRawSymbol.h218 virtual bool isMSILNetmodule() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h196 bool isMSILNetmodule() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h191 bool isMSILNetmodule() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp600 bool NativeRawSymbol::isMSILNetmodule() const { in isMSILNetmodule() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp360 RAW_METHOD_DUMP(OS, isMSILNetmodule); in dump()
1133 bool DIARawSymbol::isMSILNetmodule() const { in isMSILNetmodule() function in DIARawSymbol