Home
last modified time | relevance | path

Searched defs:GV (Results 1 – 25 of 166) sorted by relevance

1234567

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp94 GVMemoryBlock(const GlobalVariable *GV) in GVMemoryBlock()
100 static char *Create(const GlobalVariable *GV, const DataLayout& TD) { in Create()
121 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV()
168 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { in addGlobalMapping()
203 void *ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, void *Addr) { in updateGlobalMapping()
230 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { in getPointerToGlobalIfAvailable()
309 GlobalVariable *GV = module->getNamedGlobal(Name); in runStaticConstructorsDestructors() local
555 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) { in getPointerToGlobal()
638 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
644 GenericValue GV = getConstantValue(Op0); in getConstantValue() local
[all …]
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { in isSuitableForBSS()
104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase()
116 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal()
260 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SectionForGlobal()
278 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal()
311 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference()
DTargetMachine.cpp91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) { in getSelectedTLSModel()
176 const GlobalValue *GV, Mangler &Mang, in getNameWithPrefix()
192 MCSymbol *TargetMachine::getSymbol(const GlobalValue *GV, Mangler &Mang) const { in getSymbol() argument
/external/llvm/lib/Object/
DIRObjectFile.cpp132 const GlobalValue *GV = &*I; in skipEmpty() local
139 const GlobalValue *GV = &*I; in skipEmpty() local
146 const GlobalValue *GV = &*I; in skipEmpty() local
158 const GlobalValue *GV = getGV(Symb); in moveSymbolNext() local
194 const GlobalValue *GV = getGV(Symb); in printSymbolName() local
221 const GlobalValue *GV = getGV(Symb); in getSymbolFlags() local
252 const GlobalValue *GV = getGV(Symb); in getSymbolGV() local
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp57 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, in IsGlobalInSmallSection()
73 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection()
89 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV, in SelectSectionForGlobal()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp49 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, in IsGlobalInSmallSection()
60 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection()
90 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp48 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
87 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference()
195 static const Comdat *getELFComdat(const GlobalValue *GV) { in getELFComdat()
208 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
246 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
505 static void checkMachOComdat(const GlobalValue *GV) { in checkMachOComdat()
515 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
592 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
673 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference()
705 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp306 GenericValue GV; in lle_X_atexit() local
340 GenericValue GV; in lle_X_sprintf() local
421 GenericValue GV = lle_X_sprintf(FT, NewArgs); in lle_X_printf() local
436 GenericValue GV; in lle_X_sscanf() local
452 GenericValue GV; in lle_X_scanf() local
468 GenericValue GV = lle_X_sprintf(FT, NewArgs); in lle_X_fprintf() local
481 GenericValue GV; in lle_X_memset() local
493 GenericValue GV; in lle_X_memcpy() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp27 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference()
49 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp151 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main() local
169 for (auto &GV : M->globals()) { in main() local
184 GlobalValue *GV = M->getFunction(ExtractFuncs[i]); in main() local
219 GlobalValue *GV = GVs[i]; in main() local
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp56 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { in bindsLocally()
64 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol()
DSystemZConstantPoolValue.h30 const GlobalValue *GV; variable
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp105 static bool isLeakCheckerRoot(GlobalVariable *GV) { in isLeakCheckerRoot()
183 static bool CleanupPointerRootUsers(GlobalVariable *GV, in CleanupPointerRootUsers()
391 static bool IsUserOfGlobalSafeForSRA(User *U, GlobalValue *GV) { in IsUserOfGlobalSafeForSRA()
458 static bool GlobalUsersSafeToSRA(GlobalValue *GV) { in GlobalUsersSafeToSRA()
472 static GlobalVariable *SRAGlobal(GlobalVariable *GV, const DataLayout &DL) { in SRAGlobal()
657 static bool AllUsesOfLoadedValueWillTrapIfNull(const GlobalVariable *GV) { in AllUsesOfLoadedValueWillTrapIfNull()
740 static bool OptimizeAwayTrappingUsesOfLoads(GlobalVariable *GV, Constant *LV, in OptimizeAwayTrappingUsesOfLoads()
824 static GlobalVariable *OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, in OptimizeGlobalAddressOfMalloc()
959 const GlobalVariable *GV, in ValueIsOnlyUsedLocallyOrStoredToOneGlobal()
1007 GlobalVariable *GV) { in ReplaceUsesOfMallocWithGlobal()
[all …]
DConstantMerge.cpp75 GlobalValue *GV = cast<GlobalValue>(Operand); in FindUsedValues() local
133 GlobalVariable *GV = GVI++; in runOnModule() local
175 GlobalVariable *GV = GVI++; in runOnModule() local
DGlobalDCE.cpp209 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(G)) { in GlobalIsNeeded() local
230 if (GlobalValue *GV = dyn_cast<GlobalValue>(*U)) in GlobalIsNeeded() local
238 if (GlobalValue *GV = dyn_cast<GlobalValue>(C)) in MarkUsedGlobalsAsNeeded() local
257 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { in RemoveUnusedGlobalValue()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp258 const llvm::GlobalValue *GV = getAliasedGlobal(*Alias); in checkAliases() local
476 void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV, in setGlobalVisibility()
513 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV, in setTLSMode()
765 llvm::GlobalValue *GV) { in SetCommonAttributes()
796 static void setLinkageAndVisibilityForGV(llvm::GlobalValue *GV, in setLinkageAndVisibilityForGV()
872 void CodeGenModule::addUsedGlobal(llvm::GlobalValue *GV) { in addUsedGlobal()
878 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal()
903 auto *GV = new llvm::GlobalVariable( in emitUsed() local
1061 llvm::GlobalValue *GV = G.GV; in EmitDeferred() local
1124 llvm::Constant *CodeGenModule::EmitAnnotateAttr(llvm::GlobalValue *GV, in EmitAnnotateAttr()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp122 XCoreTargetObjectFile::getExplicitSectionGlobal(const GlobalValue *GV, in getExplicitSectionGlobal()
135 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
DXCoreLowerThreadLocal.cpp160 static bool rewriteNonInstructionUses(GlobalVariable *GV, Pass *P) { in rewriteNonInstructionUses()
179 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()
231 GlobalVariable *GV = GVI; in runOnModule() local
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp23 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference()
42 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp47 GlobalVariable *GV = new GlobalVariable(*New, in CloneModule() local
84 GlobalVariable *GV = cast<GlobalVariable>(VMap[I]); in CloneModule() local
DCtorUtils.cpp85 std::vector<Function*> parseGlobalCtors(GlobalVariable *GV) { in parseGlobalCtors()
101 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp62 GlobalVariable *GV; member in __anon1f1e662d0111::LinkModuleTest
139 GlobalVariable *GV = in TEST_F() local
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp130 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) { in emitDebugInfoForFunction()
270 const Function *GV = MF->getFunction(); in beginFunction() local
310 const Function *GV = MF->getFunction(); in endFunction() local
/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp300 bool GlobalsModRef::AnalyzeIndirectGlobalMemory(GlobalValue *GV) { in AnalyzeIndirectGlobalMemory()
511 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(LI->getOperand(0))) in alias() local
515 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(LI->getOperand(0))) in alias() local
543 if (const GlobalValue *GV = in getModRefInfo() local
561 if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { in deleteValue() local
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h90 const MCSection *SectionForGlobal(const GlobalValue *GV, in SectionForGlobal()
104 virtual const MCSection *getSpecialCasedSectionGlobals(const GlobalValue *GV, in getSpecialCasedSectionGlobals()

1234567