Return true if this symbol was generated by the compiler.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/NativeRawSymbol.h>

virtual
bool
isCompilerGenerated() const override;

Return Value

True if this symbol was generated by the compiler.

Created with MrDocs