Searched refs:Extern (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 58 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 D | CGCUDANV.cpp | 144 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 D | CodeGenFunction.cpp | 946 case FunctionReturnThunksAttr::Kind::Extern: in StartFunction()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 421 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 D | MachOReader.cpp | 108 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections() 260 if (Reloc.Extern) { in setSymbolInRelocationInfo()
|
| H A D | MachOObject.h | 183 bool Extern; member
|
| H A D | MachOWriter.cpp | 256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1946 .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 D | Attr.td | 4403 ["Keep", "Extern"]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2691 NormalizedValues<["Keep", "Extern"]>,
|