Searched refs:IsDeclaration (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1420 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 D | DWARFLinkerCompileUnit.h | 665 bool IsDeclaration, bool IsParentDeclaration);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1059 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 D | DWARFLinker.h | 639 bool IsDeclaration = false; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 938 bool IsDeclaration, bool IsExternallyVisible, 982 bool IsDeclaration, bool IsExternallyVisible,
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1476 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 D | OMPIRBuilder.cpp | 9906 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()
|