Home
last modified time | relevance | path

Searched refs:isCompilerGenerated (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h33 FORWARD_SYMBOL_METHOD(isCompilerGenerated)
H A DPDBSymbolFunc.h36 FORWARD_SYMBOL_METHOD(isCompilerGenerated)
H A DIPDBRawSymbol.h174 virtual bool isCompilerGenerated() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp202 if (Symbol.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated) in dump()
H A DPrettyVariableDumper.cpp38 if (Var.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated) in start()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h152 bool isCompilerGenerated() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h147 bool isCompilerGenerated() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp424 bool NativeRawSymbol::isCompilerGenerated() const { in isCompilerGenerated() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp954 bool DIARawSymbol::isCompilerGenerated() const { in isCompilerGenerated() function in DIARawSymbol