Home
last modified time | relevance | path

Searched refs:Extern (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h58 unsigned Extern : 1; variable
66 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
70 bool isExtern() const { return Extern; } in isExtern()
H A DCGCUDANV.cpp144 bool Extern, bool Constant) { in registerDeviceVar() argument
147 {DeviceVarFlags::Variable, Extern, Constant, in registerDeviceVar()
152 bool Extern, int Type) { in registerDeviceSurf() argument
155 {DeviceVarFlags::Surface, Extern, /*Constant*/ false, in registerDeviceSurf()
160 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
163 {DeviceVarFlags::Texture, Extern, /*Constant*/ false, in registerDeviceTex()
H A DCodeGenFunction.cpp946 case FunctionReturnThunksAttr::Kind::Extern: in StartFunction()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp421 auto *Extern = Builder.CreateLShr( in createRegisterGlobalsFunction() local
453 {RegGlobalsFn->arg_begin(), Addr, Name, Name, Extern, Size, in createRegisterGlobalsFunction()
468 Data, Extern}); in createRegisterGlobalsFunction()
477 Data, Normalized, Extern}); in createRegisterGlobalsFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp108 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
260 if (Reloc.Extern) { in setSymbolInRelocationInfo()
H A DMachOObject.h183 bool Extern; member
H A DMachOWriter.cpp256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1946 .Case("thunk-extern", llvm::FunctionReturnThunksKind::Extern) in ParseCodeGenArgs()
1955 else if (Val == llvm::FunctionReturnThunksKind::Extern && in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4403 ["Keep", "Extern"]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2691 NormalizedValues<["Keep", "Extern"]>,