Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h34 FORWARD_SYMBOL_METHOD(isCompilerGenerated)
H A DPDBSymbolFunc.h37 FORWARD_SYMBOL_METHOD(isCompilerGenerated)
H A DIPDBRawSymbol.h179 virtual bool isCompilerGenerated() const = 0;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp203 if (Symbol.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated) in dump()
H A DPrettyVariableDumper.cpp39 if (Var.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated) in start()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h153 bool isCompilerGenerated() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h148 bool isCompilerGenerated() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp582 if (pdb_func->isCompilerGenerated()) in CreateLLDBTypeFromPDBType()
1207 if (member->isCompilerGenerated()) in AddRecordMembers()
1359 /*is_artificial*/ method.isCompilerGenerated()); in AddRecordMethod()
H A DSymbolFilePDB.cpp920 if (!is_artificial && !pdb_data.isCompilerGenerated()) { in ParseVariableForPDBData()
1149 if (pdb_func_up->isCompilerGenerated()) in CacheFunctionNames()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp425 bool NativeRawSymbol::isCompilerGenerated() const { in isCompilerGenerated() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp955 bool DIARawSymbol::isCompilerGenerated() const { in isCompilerGenerated() function in DIARawSymbol