Searched refs:IsParameter (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 27 IsParameter, enumerator 86 KIND(LVSymbolKind, IsParameter);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 178 bool IsParameter);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 60 {LVSymbolKind::IsParameter, &LVSymbol::getIsParameter},
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 418 IsParameter = 1 << 0, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 380 clEnumValN(LVSymbolKind::IsParameter, "Parameter", "Parameter."),
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 77 CV_ENUM_CLASS_ENT(LocalSymFlags, IsParameter),
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 628 ((local.Flags & LocalSymFlags::IsParameter) != LocalSymFlags::None); in GetVariableNameInfo()
|
H A D | PdbAstBuilder.cpp | 1106 if ((local.Flags & LocalSymFlags::IsParameter) == LocalSymFlags::None) in CreateFunctionParameters()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 37 PUSH_FLAG(LocalSymFlags, IsParameter, Flags, "param"); in formatLocalSymFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2854 Flags |= LocalSymFlags::IsParameter; in emitLocalVariable() 2894 (bool(Flags & LocalSymFlags::IsParameter) in emitLocalVariable()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 7791 bool IsParameter) { in CodeCompleteObjCPassingType() argument 7828 if (DS.getObjCDeclQualifier() == 0 && !IsParameter && in CodeCompleteObjCPassingType() 7845 if (!IsParameter) { in CodeCompleteObjCPassingType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1436 bool(Local.Flags & LocalSymFlags::IsParameter) ? Symbol->setIsParameter() in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1193 bool IsParameter = Variable->isParameter() || isa<Argument>(Address); in handleDebugDeclare() local 1205 if (IsParameter && FINode) { in handleDebugDeclare() 1219 DAG.AddDbgValue(SDV, IsParameter); in handleDebugDeclare()
|