Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/compiler/
H A Daslopt.c186 UINT8 IsDeclaration,
320 UINT8 IsDeclaration, in OptBuildShortestPath() argument
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h35 bool IsDeclaration = false; member
H A DDWARFLinkerCompileUnit.cpp1424 dwarf::Tag DieTag, bool IsDeclaration, in allocateTypeDie() argument
1434 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie()
1440 } else if (IsDeclaration && !IsParentDeclaration && OldParentIsDeclaration) { in allocateTypeDie()
1449 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) { in allocateTypeDie()
1456 } else if (!IsDeclaration && !IsParentDeclaration) { in allocateTypeDie()
1482 bool IsDeclaration = in createTypeDIEandCloneAttributes() local
1492 IsDeclaration, ParentIsDeclaration); in createTypeDIEandCloneAttributes()
H A DDIEAttributeCloner.cpp410 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
515 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
H A DAcceleratorRecordsSaver.cpp104 if (!AttrInfo.IsDeclaration && AttrInfo.Name != nullptr && in save()
H A DDWARFLinkerCompileUnit.h665 bool IsDeclaration, bool IsParentDeclaration);
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1047 auto IsDeclaration = [](const Function *F) {
1050 if (IsDeclaration(SymbolMap.lookup(getFunction()))) {
1060 if (IsDeclaration(Callee))
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h632 bool IsDeclaration = false; member
/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h853 bool IsDeclaration, bool IsExternallyVisible,
897 bool IsDeclaration, bool IsExternallyVisible,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1458 Info.IsDeclaration = true; in cloneScalarAttribute()
1549 Info.IsDeclaration = true; in cloneScalarAttribute()
1834 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration && in cloneDIE()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8644 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
8686 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
8700 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
8724 if (!IsDeclaration) in registerTargetGlobalVariable()
8763 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()