Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiTargetObjectFile.cpp51 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
65 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection()
75 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSectionImpl() argument
103 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp71 const GlobalObject *GO, const TargetMachine &TM) const { in IsGlobalInSmallSection() argument
84 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, in IsGlobalInSmallSection()
95 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl()
151 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetObjectFile.cpp75 static bool isExecuteOnlyFunction(const GlobalObject *GO, SectionKind SK, in isExecuteOnlyFunction()
84 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
93 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetObjectFile.cpp24 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
33 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.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()
340 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in selectSmallSectionForGlobal() argument
448 const GlobalObject *GO, const TargetMachine &TM, const Function *Fn) const { in selectSectionForLookupTable() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp100 if (const GlobalObject *GO = GA->getBaseObject()) in getAlignment() local
168 if (const GlobalObject *GO = GA->getBaseObject()) in getSection() local
178 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat() local
287 if (auto *GO = dyn_cast<GlobalObject>(this)) in getBaseObject() local
295 auto *GO = dyn_cast<GlobalObject>(this); in isAbsoluteSymbolRef() local
303 auto *GO = dyn_cast<GlobalObject>(this); in getAbsoluteSymbolRange() local
436 if (auto *GO = dyn_cast<GlobalObject>(C)) in findBaseObject() local
HDValue.cpp677 if (auto *GO = dyn_cast<GlobalObject>(this)) { in getPointerAlignment() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp40 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
76 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp515 static const MCSymbolELF *getAssociatedSymbol(const GlobalObject *GO, in getAssociatedSymbol()
558 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
631 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
685 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
938 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
979 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
1207 if (auto *GO = GV->getBaseObject()) { in getNameWithPrefix() local
1300 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
1339 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
1705 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionImportUtils.cpp286 auto *GO = dyn_cast<GlobalObject>(&GV); in processGlobalForThinLTO() local
308 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO() local
HDSymbolRewriter.cpp96 static void rewriteComdat(Module &M, GlobalObject *GO, in rewriteComdat()
137 if (GlobalObject *GO = dyn_cast<GlobalObject>(S)) in performOnModule() local
191 if (GlobalObject *GO = dyn_cast<GlobalObject>(&C)) in performOnModule() local
HDNameAnonGlobals.cpp75 for (auto &GO : M.global_objects()) in nameUnamedGlobals() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRTargetObjectFile.cpp28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, in SelectSectionForGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetObjectFile.cpp25 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetObjectFile.h34 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind, in getExplicitSectionGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp143 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
247 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDThinLTOBitcodeWriter.cpp74 for (auto &GO : ExportM.global_objects()) in promoteInternals() local
229 auto HasTypeMetadata = [](const GlobalObject *GO) { in splitAndWriteThinLTOBitcode()
441 for (auto &GO : M.global_objects()) { in hasTypeMetadata() local
HDInternalize.cpp120 if (auto GO = dyn_cast<GlobalObject>(&GV)) in maybeInternalize() local
HDGlobalDCE.cpp193 if (auto GO = dyn_cast<GlobalObject>(&GV)) { in ScanVTables() local
HDLowerTypeTests.cpp262 GlobalObject *GO; member in __anonf89accda0111::GlobalTypeMember
279 static GlobalTypeMember *create(BumpPtrAllocator &Alloc, GlobalObject *GO, in create()
1169 void LowerTypeTestsModule::verifyTypeMDNode(GlobalObject *GO, MDNode *Type) { in verifyTypeMDNode()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h107 MCSection *SectionForGlobal(const GlobalObject *GO, in SectionForGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLazyEmittingLayer.h174 for (const auto &GO : M->global_objects()) in buildMangledSymbols() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp838 if (auto *GO = dyn_cast<GlobalObject>(ValueList[ValueID])) in lazyLoadModuleMetadataBlock() local
1905 if (auto *GO = dyn_cast<GlobalObject>(ValueList[ValueID])) in parseOneMetadata() local
1962 GlobalObject &GO, ArrayRef<uint64_t> Record) { in parseGlobalObjectAttachment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp676 if (auto GO = dyn_cast<GlobalObject>(&GV)) in handleNonPrevailingComdat() local
709 if (GlobalObject *GO = GA.getBaseObject()) in addRegularLTO() local

12