Searched defs:GV (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp61 GlobalVariable *GV = I++; local
H A DExtractGV.cpp28 static void makeVisible(GlobalValue &GV, bool Delete) { argument
[all...]
H A DGlobalDCE.cpp215 bool GlobalDCE::RemoveUnusedGlobalValue(GlobalValue &GV) { argument
[all...]
H A DInternalize.cpp108 static bool shouldInternalize(const GlobalValue &GV, argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp47 GlobalVariable *GV = new GlobalVariable(*New, local
82 GlobalVariable *GV = cast<GlobalVariable>(VMap[I]); local
H A DModuleUtils.cpp71 GlobalVariable *GV = M.getGlobalVariable(Name); local
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp45 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.h43 llvm::GlobalVariable *GV; member in struct:clang::CodeGen::VBTableInfo
30 VBTableInfo(const CXXRecordDecl *ReusingBase, BaseSubobject VBPtrSubobject, llvm::GlobalVariable *GV) argument
H A DCGVTT.cpp118 llvm::GlobalVariable *GV = local
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp55 bool AArch64Subtarget::GVIsIndirectSymbol(const GlobalValue *GV, argument
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h67 virtual bool shouldEmitUsedDirectiveFor(const GlobalValue *GV, argument
91 const MCSection *SectionForGlobal(const GlobalValue *GV, argument
107 getSpecialCasedSectionGlobals(const GlobalValue *GV, Mangle argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp57 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, argument
73 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, argument
89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp64 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, argument
75 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, argument
105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h95 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp26 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp20 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h30 const GlobalValue *GV; member in class:llvm::SystemZConstantPoolValue
H A DSystemZSubtarget.cpp43 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { argument
51 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, argument
H A DSystemZConstantPoolValue.cpp24 SystemZConstantPoolValue::Create(const GlobalValue *GV, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp21 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, argument
40 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang, argument
/freebsd-10.2-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp150 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); local
184 GlobalValue *GV = M->getFunction(ExtractFuncs[i]); local
219 GlobalValue *GV = GVs[i]; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp118 const GlobalVariable *GV = *I; local
H A DAsmPrinterDwarf.cpp122 void AsmPrinter::EmitTTypeReference(const GlobalValue *GV, argument
/freebsd-10.2-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h50 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; } argument
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DMangler.cpp90 getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, bool isImplicitlyPrivate, bool UseGlobalPrefix) argument

Completed in 276 milliseconds

12345