Searched refs:isCompilerGenerated (Results 1 – 8 of 8) sorted by relevance
37 FORWARD_SYMBOL_METHOD(isCompilerGenerated)
129 virtual bool isCompilerGenerated() const = 0;
35 if (Var.isCompilerGenerated() && opts::ExcludeCompilerGenerated) in start()
87 if (Func->isCompilerGenerated() && opts::ExcludeCompilerGenerated) in start()
121 bool isCompilerGenerated() const override;
199 MOCK_SYMBOL_ACCESSOR(isCompilerGenerated)
779 bool DIARawSymbol::isCompilerGenerated() const { in isCompilerGenerated() function in DIARawSymbol