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

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h35 bool IsDeclaration = false; member in struct:llvm::dwarf_linker::parallel::AttributesInfo
H A DDWARFLinkerCompileUnit.cpp1424 dwarf::Tag DieTag, bool IsDeclaration,
1434 if (IsDeclaration && !DeclarationDie) {
1440 } else if (IsDeclaration && !IsParentDeclaration && OldParentIsDeclaration) {
1449 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) {
1456 } else if (!IsDeclaration && !IsParentDeclaration) {
1482 bool IsDeclaration = local
1492 IsDeclaration, ParentIsDeclaration);
1422 allocateTypeDie(TypeEntryBody *TypeDescriptor, DIEGenerator &TypeDIEGenerator, dwarf::Tag DieTag, bool IsDeclaration, bool IsParentDeclaration) argument
H A DDIEAttributeCloner.cpp410 AttrInfo.IsDeclaration = true;
515 AttrInfo.IsDeclaration = true;
H A DAcceleratorRecordsSaver.cpp104 if (!AttrInfo.IsDeclaration && AttrInfo.Name != nullptr &&
H A DDWARFLinkerCompileUnit.h665 bool IsDeclaration, bool IsParentDeclaration);
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslopt.c186 UINT8 IsDeclaration,
302 * IsDeclaration - TRUE for declaration, FALSE for reference
320 UINT8 IsDeclaration,
426 if (IsDeclaration && SubPath &&
312 OptBuildShortestPath( ACPI_PARSE_OBJECT *Op, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *CurrentNode, ACPI_NAMESPACE_NODE *TargetNode, ACPI_BUFFER *CurrentPath, ACPI_BUFFER *TargetPath, ACPI_SIZE AmlNameStringLength, UINT8 IsDeclaration, char **ReturnNewPath) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h632 bool IsDeclaration = false; member in struct:llvm::dwarf_linker::classic::DWARFLinker::DIECloner::AttributesInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h799 /// \param IsDeclaration - boolean stating if the variable being registered
826 bool IsDeclaration, bool IsExternallyVisible,
841 /// \param IsDeclaration - boolean stating if the variable being registered
870 bool IsDeclaration, bool IsExternallyVisible,
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1441 Info.IsDeclaration = true;
1532 Info.IsDeclaration = true;
1817 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration &&
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6665 bool IsDeclaration, bool IsExternallyVisible,
6707 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible,
6721 bool IsDeclaration, bool IsExternallyVisible,
6745 if (!IsDeclaration)
6784 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible,
6662 getAddrOfDeclareTargetVar( OffloadEntriesInfoManager::OMPTargetGlobalVarEntryKind CaptureClause, OffloadEntriesInfoManager::OMPTargetDeviceClauseKind DeviceClause, bool IsDeclaration, bool IsExternallyVisible, TargetRegionEntryInfo EntryInfo, StringRef MangledName, std::vector<GlobalVariable *> &GeneratedRefs, bool OpenMPSIMD, std::vector<Triple> TargetTriple, Type *LlvmPtrTy, std::function<Constant *()> GlobalInitializer, std::function<GlobalValue::LinkageTypes()> VariableLinkage) argument
6718 registerTargetGlobalVariable( OffloadEntriesInfoManager::OMPTargetGlobalVarEntryKind CaptureClause, OffloadEntriesInfoManager::OMPTargetDeviceClauseKind DeviceClause, bool IsDeclaration, bool IsExternallyVisible, TargetRegionEntryInfo EntryInfo, StringRef MangledName, std::vector<GlobalVariable *> &GeneratedRefs, bool OpenMPSIMD, std::vector<Triple> TargetTriple, std::function<Constant *()> GlobalInitializer, std::function<GlobalValue::LinkageTypes()> VariableLinkage, Type *LlvmPtrTy, Constant *Addr) argument

Completed in 115 milliseconds