Searched defs:GV (Results 26 - 50 of 98) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineRelocation.h59 GlobalValue *GV; // If this is a pointer to a GV or an indirect ref. member in union:llvm::MachineRelocation::__anon9737
82 getGV(uintptr_t offset, unsigned RelocationType, GlobalValue *GV, intptr_t cst = 0, bool MayNeedFarStub = 0, bool GOTrelative = 0) argument
101 getIndirectSymbol(uintptr_t offset, unsigned RelocationType, GlobalValue *GV, intptr_t cst = 0, bool MayNeedFarStub = 0, bool GOTrelative = 0) argument
[all...]
H A DMachineInstrBuilder.h123 const MachineInstrBuilder &addGlobalAddress(const GlobalValue *GV, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DGlobalsModRef.cpp304 bool GlobalsModRef::AnalyzeIndirectGlobalMemory(GlobalValue *GV) { argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DAnalysis.cpp112 GlobalVariable *GV = dyn_cast<GlobalVariable>(V); local
H A DTargetLoweringObjectFileImpl.cpp48 TargetLoweringObjectFileELF::getCFIPersonalitySymbol(const GlobalValue *GV, argument
175 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, argument
208 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
318 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang, MachineModuleInfo *MMI, unsigned Encoding, MCStreamer &Streamer) const argument
466 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const argument
505 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const argument
588 shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const argument
607 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang, MachineModuleInfo *MMI, unsigned Encoding, MCStreamer &Streamer) const argument
640 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang, MachineModuleInfo *MMI) const argument
702 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const argument
723 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const argument
[all...]
H A DShadowStackGC.cpp247 Constant *GV = new GlobalVariable(*F.getParent(), FrameMap->getType(), true, local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.cpp133 ARMConstantPoolConstant::Create(const GlobalValue *GV, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp47 const GlobalValue *GV; member in struct:__anon10220::MSP430ISelAddressMode
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsCodeEmitter.cpp236 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, argument
243 void MipsCodeEmitter::emitGlobalAddressUnaligned(const GlobalValue *GV, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CodeEmitter.cpp270 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, argument
H A DX86InstrBuilder.h51 const GlobalValue *GV; member in struct:llvm::X86AddressMode
H A DX86JITInfo.cpp448 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, argument
H A DX86MCInstLower.cpp55 const GlobalValue *GV = MO.getGlobal(); local
H A DX86AsmPrinter.cpp90 const GlobalValue *GV = MO.getGlobal(); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp90 void XCoreAsmPrinter::emitArrayBound(MCSymbol *Sym, const GlobalVariable *GV) { argument
109 void XCoreAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) { argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp367 GlobalVariable *GV = DIGlobalVariable(*I).getGlobal(); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGlobals.cpp248 const GlobalValue *GV = getAliasedGlobal(); local
[all...]
H A DModule.cpp271 GlobalVariable *GV = dyn_cast_or_null<GlobalVariable>(getNamedValue(Name)); local
407 bool Module::Materialize(GlobalValue *GV, st argument
413 Dematerialize(GlobalValue *GV) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DExtractFunction.cpp51 Function* globalInitUsesExternalBA(GlobalVariable* GV) { argument
230 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); local
328 GlobalVariable *GV = cast<GlobalVariable>(NewVMap[I]); local
333 WriteAsOperand(errs(), GV, false); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp240 static char TypeCharForSymbol(GlobalValue &GV) { argument
257 DumpSymbolNameForGlobalValue(GlobalValue &GV) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.cpp266 applyRestriction(GlobalValue &GV, argument
328 GlobalValue *GV = *i; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp306 GenericValue GV; local
340 GenericValue GV; local
420 GenericValue GV = lle_X_sprintf(FT, NewArgs); local
435 GenericValue GV; local
451 GenericValue GV; local
467 GenericValue GV = lle_X_sprintf(FT, NewArgs); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp454 const GlobalVariable *GV = TypeInfos[M - 1]; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp200 const GlobalValue *GV = MO.getGlobal(); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp533 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, local

Completed in 372 milliseconds

1234