Home
last modified time | relevance | path

Searched refs:GO (Results 1 – 25 of 170) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp128 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
129 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") "); in SelectSectionForGlobal()
130 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal()
132 TRACE((GO->hasPrivateLinkage() ? "private_linkage " : "") in SelectSectionForGlobal()
133 << (GO->hasLocalLinkage() ? "local_linkage " : "") in SelectSectionForGlobal()
134 << (GO->hasInternalLinkage() ? "internal " : "") in SelectSectionForGlobal()
135 << (GO->hasExternalLinkage() ? "external " : "") in SelectSectionForGlobal()
136 << (GO->hasCommonLinkage() ? "common_linkage " : "") in SelectSectionForGlobal()
137 << (GO->hasCommonLinkage() ? "common " : "" ) in SelectSectionForGlobal()
144 if (EmitLutInText && GO->getName().startswith("switch.table")) { in SelectSectionForGlobal()
[all …]
H A DHexagonTargetObjectFile.h22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
25 MCSection *getExplicitSectionGlobal(const GlobalObject *GO,
29 bool isGlobalInSmallSection(const GlobalObject *GO,
39 const Function *getLutUsedFunction(const GlobalObject *GO) const;
48 MCSection *selectSmallSectionForGlobal(const GlobalObject *GO,
52 MCSection *selectSectionForLookupTable(const GlobalObject *GO,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp50 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
56 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in isGlobalInSmallSection()
57 return isGlobalInSmallSectionImpl(GO, TM); in isGlobalInSmallSection()
59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
64 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() argument
67 return isGlobalInSmallSectionImpl(GO, TM); in isGlobalInSmallSection()
74 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSectionImpl() argument
75 const auto *GVA = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSectionImpl()
102 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
[all …]
H A DLanaiTargetObjectFile.h19 bool isGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
21 bool isGlobalInSmallSectionImpl(const GlobalObject *GO,
29 bool isGlobalInSmallSection(const GlobalObject *GO,
32 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dbacksql_create.sql10 GO
17 GO
25 GO
41 GO
48 GO
58 GO
66 GO
74 GO
81 GO
89 GO
[all …]
H A Dtestdb_create.sql6 GO
14 GO
20 GO
29 GO
36 GO
44 GO
51 GO
58 GO
66 GO
73 GO
H A Dtestdb_metadata.sql107 GO
113 GO
119 GO
124 GO
128 GO
133 GO
138 GO
142 GO
146 GO
150 GO
[all …]
H A Dbacksql_drop.sql2 GO
5 GO
8 GO
11 GO
14 GO
H A Dtestdb_drop.sql22 GO
26 GO
30 GO
34 GO
38 GO
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp70 const GlobalObject *GO, const TargetMachine &TM) const { in IsGlobalInSmallSection() argument
74 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in IsGlobalInSmallSection()
75 return IsGlobalInSmallSectionImpl(GO, TM); in IsGlobalInSmallSection()
77 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection()
83 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, in IsGlobalInSmallSection() argument
85 return IsGlobalInSmallSectionImpl(GO, TM) && in IsGlobalInSmallSection()
94 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl() argument
104 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GO); in IsGlobalInSmallSectionImpl()
150 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
155 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
[all …]
H A DMipsTargetObjectFile.h21 bool IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
23 bool IsGlobalInSmallSectionImpl(const GlobalObject *GO,
31 bool IsGlobalInSmallSection(const GlobalObject *GO,
34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp301 if (auto *GO = dyn_cast<GlobalObject>(GV)) in getModuleMetadata() local
302 Used.insert(GO); in getModuleMetadata()
543 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() argument
545 MDNode *MD = GO->getMetadata(LLVMContext::MD_associated); in getLinkedToSymbol()
606 getELFSectionNameForGlobal(const GlobalObject *GO, SectionKind Kind, in getELFSectionNameForGlobal() argument
614 Align Alignment = GO->getParent()->getDataLayout().getPreferredAlign( in getELFSectionNameForGlobal()
615 cast<GlobalVariable>(GO)); in getELFSectionNameForGlobal()
627 if (const auto *F = dyn_cast<Function>(GO)) { in getELFSectionNameForGlobal()
636 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true); in getELFSectionNameForGlobal()
657 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM, in selectExplicitSectionGlobal() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp202 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal() argument
204 assert(!GO->isDeclarationForLinker() && in getKindForGlobal()
208 if (isa<Function>(GO)) in getKindForGlobal()
212 if (isa<BasicBlock>(GO)) in getKindForGlobal()
216 const auto *GVar = cast<GlobalVariable>(GO); in getKindForGlobal()
317 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal() argument
319 if (GO->hasSection()) in SectionForGlobal()
320 return getExplicitSectionGlobal(GO, Kind, TM); in SectionForGlobal()
322 if (auto *GVar = dyn_cast<GlobalVariable>(GO)) { in SectionForGlobal()
328 return getExplicitSectionGlobal(GO, Kind, TM); in SectionForGlobal()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp76 static bool isExecuteOnlyFunction(const GlobalObject *GO, SectionKind SK, in isExecuteOnlyFunction() argument
78 if (const Function *F = dyn_cast<Function>(GO)) in isExecuteOnlyFunction()
85 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
87 if (isExecuteOnlyFunction(GO, SK, TM)) in getExplicitSectionGlobal()
90 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
94 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
96 if (isExecuteOnlyFunction(GO, SK, TM)) in SelectSectionForGlobal()
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp21 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
26 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
30 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal()
36 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM); in getExplicitSectionGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp293 auto *GO = dyn_cast<GlobalObject>(&GV); in processGlobalForThinLTO() local
294 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
298 assert(GO->hasAvailableExternallyLinkage() && in processGlobalForThinLTO()
300 GO->setComdat(nullptr); in processGlobalForThinLTO()
315 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO() local
316 if (auto *C = GO.getComdat()) { in processGlobalsForThinLTO()
319 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h62 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
65 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
124 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
127 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
165 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
168 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
206 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
209 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
240 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
252 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp39 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
41 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GO); in isGlobalInSmallSection()
75 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
77 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
79 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
83 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp165 if (const GlobalObject *GO = GA->getBaseObject()) in getSection() local
166 return GO->getSection(); in getSection()
175 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat() local
176 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
284 if (auto *GO = dyn_cast<GlobalObject>(this)) in getBaseObject() local
285 return GO; in getBaseObject()
292 auto *GO = dyn_cast<GlobalObject>(this); in isAbsoluteSymbolRef() local
293 if (!GO) in isAbsoluteSymbolRef()
296 return GO->getMetadata(LLVMContext::MD_absolute_symbol); in isAbsoluteSymbolRef()
300 auto *GO = dyn_cast<GlobalObject>(this); in getAbsoluteSymbolRange() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, in SelectSectionForGlobal() argument
33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()
37 return Base::SelectSectionForGlobal(GO, Kind, TM); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp98 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal()
109 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
111 bool UseCPRel = GO->hasLocalLinkage(); in SelectSectionForGlobal()
120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal()
121 auto &DL = GO->getParent()->getDataLayout(); in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp75 for (auto &GO : ExportM.global_objects()) in promoteInternals() local
76 if (auto *C = GO.getComdat()) { in promoteInternals()
79 GO.setComdat(Replacement->second); in promoteInternals()
122 for (GlobalObject &GO : M.global_objects()) { in promoteTypeIds()
124 GO.getMetadata(LLVMContext::MD_type, MDs); in promoteTypeIds()
126 GO.eraseMetadata(LLVMContext::MD_type); in promoteTypeIds()
130 GO.addMetadata(LLVMContext::MD_type, *MD); in promoteTypeIds()
133 GO.addMetadata( in promoteTypeIds()
254 auto HasTypeMetadata = [](const GlobalObject *GO) { in splitAndWriteThinLTOBitcode() argument
255 if (MDNode *MD = GO->getMetadata(LLVMContext::MD_associated)) in splitAndWriteThinLTOBitcode()
[all …]
H A DGlobalDCE.cpp193 if (auto GO = dyn_cast<GlobalObject>(&GV)) { in ScanVTables() local
194 GlobalObject::VCallVisibility TypeVis = GO->getVCallVisibility(); in ScanVTables()
319 for (GlobalObject &GO : M.global_objects()) { in run()
320 Changed |= RemoveUnusedGlobalValue(GO); in run()
324 if (!GO.isDeclaration()) in run()
325 if (!GO.isDiscardableIfUnused()) in run()
326 MarkLive(GO); in run()
328 UpdateGVDependencies(GO); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h111 static SectionKind getKindForGlobal(const GlobalObject *GO,
117 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
123 MCSection *SectionForGlobal(const GlobalObject *GO,
144 getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind,
257 getSectionForExternalReference(const GlobalObject *GO, in getSectionForExternalReference() argument
278 virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A DREADME-P2P68 to be used for some operations (mainly WPS activation in GO). This may
145 is requesting an already running GO to prepare for a new client. This is
148 out whether the peer device is operating as a GO and if so, use
149 join-a-group style PD instead of GO Negotiation style PD.
170 group where this device was the GO. The previously used parameters will
171 then be used if the local end becomes the GO in GO Negotiation (which
175 client. It skips the GO Negotiation part. This will send a Provision
176 Discovery Request message to the target GO before associating for WPS
180 device without actually starting GO Negotiation (i.e., the peer is
181 expected to initiate GO Negotiation). This is mainly for testing
[all …]

1234567