Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp140 bool Extern, bool Constant) { in registerDeviceVar()
148 bool Extern, int Type) { in registerDeviceSurf()
156 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.cpp429 auto *Extern = Builder.CreateLShr( in createRegisterGlobalsFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h183 bool Extern; member