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

123456789

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp27 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { argument
H A DModuleDebugInfoPrinter.cpp94 const auto *GV = GVU->getVariable(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp46 GlobalVariable *GV = &*I++; local
H A DExtractGV.cpp25 static void makeVisible(GlobalValue &GV, bool Delete) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h50 inline void *GVTOP(const GenericValue &GV) { return GV.PointerVal; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp22 JITSymbolFlags llvm::JITSymbolFlags::fromGlobalValue(const GlobalValue &GV) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp89 void findLibCallsAndAsm(GlobalValue &GV) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp183 auto *GV = S.get<GlobalValue *>(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp110 const GlobalValue *GV = local
H A DARMTargetObjectFile.cpp56 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp56 recursivelyVisitUsers( GlobalValue &GV, SmallPtrSetImpl<Function *> &FuncsToAlwaysInline) argument
H A DAMDGPUMachineFunction.cpp40 allocateLDSGlobal(const DataLayout &DL, const GlobalVariable &GV) argument
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp121 auto *GV = new GlobalVariable( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp23 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, argument
H A DSystemZConstantPoolValue.h33 const GlobalValue *GV; member in class:llvm::SystemZConstantPoolValue
H A DSystemZSubtarget.cpp75 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp26 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
44 getCFIPersonalitySymbol( const GlobalValue *GV, const TargetMachine &TM, MachineModuleInfo *MMI) const argument
50 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp66 GlobalVariable *GV = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp65 static std::vector<Function *> parseGlobalCtors(GlobalVariable *GV) { argument
81 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp33 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
54 getCFIPersonalitySymbol( const GlobalValue *GV, const TargetMachine &TM, MachineModuleInfo *MMI) const argument
60 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
75 getNameWithPrefix( SmallVectorImpl<char> &OutName, const GlobalValue *GV, const TargetMachine &TM) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp31 void SanitizerMetadata::reportGlobalToASan(llvm::GlobalVariable *GV, argument
64 void SanitizerMetadata::reportGlobalToASan(llvm::GlobalVariable *GV, argument
80 void SanitizerMetadata::disableSanitizerForGlobal(llvm::GlobalVariable *GV) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp86 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { argument
[all...]
H A DPseudoSourceValue.cpp137 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { argument
98 GlobalValuePseudoSourceValue( const GlobalValue *GV, const TargetInstrInfo &TII) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp208 GlobalVariable *GV = dyn_cast_or_null<GlobalVariable>(getNamedValue(Name)); local
[all...]

Completed in 402 milliseconds

123456789