Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h58 unsigned Extern : 1; variable
H A DCGCUDANV.cpp144 bool Extern, bool Constant) { in registerDeviceVar()
152 bool Extern, int Type) { in registerDeviceSurf()
160 bool Extern, int Type, bool Normalized) { in registerDeviceTex()
/freebsd/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/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp421 auto *Extern = Builder.CreateLShr( in createRegisterGlobalsFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h183 bool Extern; member