Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.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
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp30 const GlobalObject *GO = GA->getBaseObject(); in doImportAsDefinition() local
205 auto *GO = dyn_cast_or_null<GlobalObject>(&GV); in processGlobalForThinLTO() local
DSymbolRewriter.cpp80 static void rewriteComdat(Module &M, GlobalObject *GO, in rewriteComdat()
118 if (GlobalObject *GO = dyn_cast<GlobalObject>(S)) in performOnModule() local
168 if (GlobalObject *GO = dyn_cast<GlobalObject>(&C)) in performOnModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp40 const GlobalObject *GO, const TargetMachine &TM) const { in isGlobalInSmallSection() argument
76 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp286 auto *GO = dyn_cast<GlobalObject>(&GV); in processGlobalForThinLTO() local
308 for (auto &GO : M.global_objects()) in processGlobalsForThinLTO() local
DSymbolRewriter.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
DNameAnonGlobals.cpp75 for (auto &GO : M.global_objects()) in nameUnamedGlobals() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO, in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp25 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h34 MCSection *getExplicitSectionGlobal(const GlobalObject *GO, SectionKind Kind, in getExplicitSectionGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp143 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO, in getKindForGlobal()
247 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal() argument
/external/llvm/lib/IR/
DGlobals.cpp61 if (const GlobalObject *GO = GA->getBaseObject()) in getAlignment() local
134 if (const GlobalObject *GO = GA->getBaseObject()) in getSection() local
144 if (const GlobalObject *GO = GA->getBaseObject()) in getComdat() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.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
DInternalize.cpp120 if (auto GO = dyn_cast<GlobalObject>(&GV)) in maybeInternalize() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto73 GO = 3; // Standard Google Go implementation. enumerator
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto73 GO = 3; // Standard Google Go implementation. enumerator
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp123 if (auto GO = dyn_cast<GlobalObject>(&GV)) in maybeInternalize() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h107 MCSection *SectionForGlobal(const GlobalObject *GO, in SectionForGlobal()

123