Searched defs:Extern (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 58 unsigned Extern : 1; global() variable
|
H A D | CGCUDANV.cpp | 144 registerDeviceVar(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,bool Constant) registerDeviceVar() argument 152 registerDeviceSurf(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type) registerDeviceSurf() argument 160 registerDeviceTex(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type,bool Normalized) registerDeviceTex() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 129 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 421 auto *Extern = Builder.CreateLShr( createRegisterGlobalsFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 183 bool Extern; member
|