Home
last modified time | relevance | path

Searched defs:GO (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp50 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
64 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection()
74 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSectionImpl() argument
102 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp70 const GlobalObject *GO, const TargetMachine &TM) const { in IsGlobalInSmallSection() argument
83 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, in IsGlobalInSmallSection()
94 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl()
150 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp76 static bool isExecuteOnlyFunction(const GlobalObject *GO, SectionKind SK, in isExecuteOnlyFunction()
85 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
94 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/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
30 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
/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
166 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
199 bool HexagonTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection()
343 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in selectSmallSectionForGlobal() argument
451 const GlobalObject *GO, const TargetMachine &TM, const Function *Fn) const { in selectSectionForLookupTable() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp301 if (auto *GO = dyn_cast<GlobalObject>(GV)) in getModuleMetadata() local
543 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol()
606 getELFSectionNameForGlobal(const GlobalObject *GO, SectionKind Kind, in getELFSectionNameForGlobal()
657 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM, in selectExplicitSectionGlobal()
788 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
795 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
832 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
854 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
1203 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
1250 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
[all …]
/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
109 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp39 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
75 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp165 if (const GlobalObject *GO = GA->getBaseObject()) in getSection() local
175 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat() local
284 if (auto *GO = dyn_cast<GlobalObject>(this)) in getBaseObject() local
292 auto *GO = dyn_cast<GlobalObject>(this); in isAbsoluteSymbolRef() local
300 auto *GO = dyn_cast<GlobalObject>(this); in getAbsoluteSymbolRange() local
436 if (auto *GO = dyn_cast<GlobalObject>(C)) in findBaseObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp293 auto *GO = dyn_cast<GlobalObject>(&GV); in processGlobalForThinLTO() local
315 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO() local
H A DSymbolRewriter.cpp96 static void rewriteComdat(Module &M, GlobalObject *GO, in rewriteComdat()
138 if (GlobalObject *GO = dyn_cast<GlobalObject>(S)) in performOnModule() local
193 if (GlobalObject *GO = dyn_cast<GlobalObject>(&C)) in performOnModule() local
H A DNameAnonGlobals.cpp75 for (auto &GO : M.global_objects()) in nameUnamedGlobals() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp202 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
317 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal() argument
345 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp25 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h34 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind, in getExplicitSectionGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp75 for (auto &GO : ExportM.global_objects()) in promoteInternals() local
254 auto HasTypeMetadata = [](const GlobalObject *GO) { in splitAndWriteThinLTOBitcode()
470 for (auto &GO : M.global_objects()) { in hasTypeMetadata() local
H A DInternalize.cpp120 if (auto GO = dyn_cast<GlobalObject>(&GV)) in maybeInternalize() local
H A DGlobalDCE.cpp193 if (auto GO = dyn_cast<GlobalObject>(&GV)) { in ScanVTables() local
H A DLowerTypeTests.cpp262 GlobalObject *GO; member in __anon008eecce0111::GlobalTypeMember
279 static GlobalTypeMember *create(BumpPtrAllocator &Alloc, GlobalObject *GO, in create()
1183 void LowerTypeTestsModule::verifyTypeMDNode(GlobalObject *GO, MDNode *Type) { in verifyTypeMDNode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h257 getSectionForExternalReference(const GlobalObject *GO, in getSectionForExternalReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp953 if (auto *GO = dyn_cast<GlobalObject>(ValueList[ValueID])) { in loadGlobalDeclAttachments() local
2065 if (auto *GO = dyn_cast<GlobalObject>(ValueList[ValueID])) in parseOneMetadata() local
2139 GlobalObject &GO, ArrayRef<uint64_t> Record) { in parseGlobalObjectAttachment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp702 if (auto GO = dyn_cast<GlobalObject>(&GV)) in handleNonPrevailingComdat() local
735 if (GlobalObject *GO = GA.getBaseObject()) in addRegularLTO() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dppu_intrinsics.h237 #define __dcbt_TH1010(GO, S, UNITCNT, T, U, ID) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dppu_intrinsics.h237 #define __dcbt_TH1010(GO, S, UNITCNT, T, U, ID) \ argument

12