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

1234567891011

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp27 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { argument
H A DModuleDebugInfoPrinter.cpp66 const auto *GV = GVU->getVariable(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp42 void DXILAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { argument
[all...]
H A DDXContainerGlobals.cpp68 auto *GV = new llvm::GlobalVariable(M, FlagsConstant->getType(), true, local
96 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DM68k.cpp31 setTargetAttributes( const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const argument
H A DMSP430.cpp70 setTargetAttributes( const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const argument
H A DTCE.cpp32 setTargetAttributes( const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h50 inline void *GVTOP(const GenericValue &GV) { return GV.PointerVal; } argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h33 const GlobalValue *GV; member in class:llvm::SystemZConstantPoolValue
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, argument
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp80 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, variable
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp88 void findLibCallsAndAsm(GlobalValue &GV) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp24 static void makeVisible(GlobalValue &GV, bool Delete) { argument
[all...]
H A DInternalize.cpp66 bool operator()(const GlobalValue &GV) { argument
[all...]
H A DGlobalSplit.cpp39 static bool splitGlobal(GlobalVariable &GV) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp195 auto *GV = cast<GlobalValue *>(S); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp54 FrontendResource::FrontendResource(GlobalVariable *GV, ResourceKind RK, argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp22 JITSymbolFlags llvm::JITSymbolFlags::fromGlobalValue(const GlobalValue &GV) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp100 auto *GV = new GlobalVariable( local
H A DAMDGPUAlwaysInlinePass.cpp56 recursivelyVisitUsers(GlobalValue &GV, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp63 GlobalVariable *GV = local
88 setGlobalVariableLargeSection(const Triple &TargetTriple, GlobalVariable &GV) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp46 auto *GV = cast<GlobalVariable>(G); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPGridValues.h57 struct GV { struct in namespace:llvm::omp
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp37 void SanitizerMetadata::reportGlobal(llvm::GlobalVariable *GV, argument
78 void SanitizerMetadata::reportGlobal(llvm::GlobalVariable *GV, const VarDecl &D, argument
101 disableSanitizerForGlobal(llvm::GlobalVariable *GV) argument
[all...]

Completed in 220 milliseconds

1234567891011