Home
last modified time | relevance | path

Searched defs:Extern (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h58 unsigned Extern : 1; global() variable
H A DCGCUDANV.cpp144 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 DCodeGen.h129 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp421 auto *Extern = Builder.CreateLShr( createRegisterGlobalsFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h183 bool Extern; member