Home
last modified time | relevance | path

Searched refs:IsDeclaration (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopt.c186 UINT8 IsDeclaration,
320 UINT8 IsDeclaration, in OptBuildShortestPath() argument
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1420 dwarf::Tag DieTag, bool IsDeclaration, in allocateTypeDie() argument
1430 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie()
1436 } else if (IsDeclaration && !IsParentDeclaration && OldParentIsDeclaration) { in allocateTypeDie()
1445 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) { in allocateTypeDie()
1452 } else if (!IsDeclaration && !IsParentDeclaration) { in allocateTypeDie()
1478 bool IsDeclaration = in createTypeDIEandCloneAttributes() local
1488 IsDeclaration, ParentIsDeclaration); in createTypeDIEandCloneAttributes()
H A DDWARFLinkerCompileUnit.h665 bool IsDeclaration, bool IsParentDeclaration);
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1059 auto IsDeclaration = [](const Function *F) {
1062 if (IsDeclaration(SymbolMap.lookup(getFunction()))) {
1072 if (IsDeclaration(Callee))
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h639 bool IsDeclaration = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h938 bool IsDeclaration, bool IsExternallyVisible,
982 bool IsDeclaration, bool IsExternallyVisible,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1476 Info.IsDeclaration = true; in cloneScalarAttribute()
1567 Info.IsDeclaration = true; in cloneScalarAttribute()
1852 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration) { in cloneDIE()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9906 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
9948 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
9962 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
9986 if (!IsDeclaration) in registerTargetGlobalVariable()
10025 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()