Home
last modified time | relevance | path

Searched refs:IsParameter (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h27 IsParameter, enumerator
86 KIND(LVSymbolKind, IsParameter);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h178 bool IsParameter);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp60 {LVSymbolKind::IsParameter, &LVSymbol::getIsParameter},
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h418 IsParameter = 1 << 0, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp380 clEnumValN(LVSymbolKind::IsParameter, "Parameter", "Parameter."),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp77 CV_ENUM_CLASS_ENT(LocalSymFlags, IsParameter),
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp628 ((local.Flags & LocalSymFlags::IsParameter) != LocalSymFlags::None); in GetVariableNameInfo()
H A DPdbAstBuilder.cpp1106 if ((local.Flags & LocalSymFlags::IsParameter) == LocalSymFlags::None) in CreateFunctionParameters()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp37 PUSH_FLAG(LocalSymFlags, IsParameter, Flags, "param"); in formatLocalSymFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2854 Flags |= LocalSymFlags::IsParameter; in emitLocalVariable()
2894 (bool(Flags & LocalSymFlags::IsParameter) in emitLocalVariable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7791 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 DLVCodeViewVisitor.cpp1436 bool(Local.Flags & LocalSymFlags::IsParameter) ? Symbol->setIsParameter() in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1193 bool IsParameter = Variable->isParameter() || isa<Argument>(Address); in handleDebugDeclare() local
1205 if (IsParameter && FINode) { in handleDebugDeclare()
1219 DAG.AddDbgValue(SDV, IsParameter); in handleDebugDeclare()