Searched refs:IsDeclaration (Results 1 – 11 of 11) sorted by relevance
| /src/sys/contrib/dev/acpica/compiler/ |
| H A D | aslopt.c | 186 UINT8 IsDeclaration, 320 UINT8 IsDeclaration, in OptBuildShortestPath() argument 426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DIEAttributeCloner.h | 35 bool IsDeclaration = false; member
|
| H A D | DWARFLinkerCompileUnit.cpp | 1424 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 D | DIEAttributeCloner.cpp | 410 AttrInfo.IsDeclaration = true; in cloneScalarAttr() 515 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
|
| H A D | AcceleratorRecordsSaver.cpp | 104 if (!AttrInfo.IsDeclaration && AttrInfo.Name != nullptr && in save()
|
| H A D | DWARFLinkerCompileUnit.h | 665 bool IsDeclaration, bool IsParentDeclaration);
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1047 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 D | DWARFLinker.h | 632 bool IsDeclaration = false; member
|
| /src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 853 bool IsDeclaration, bool IsExternallyVisible, 897 bool IsDeclaration, bool IsExternallyVisible,
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1458 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 D | OMPIRBuilder.cpp | 8644 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()
|