Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h60 unsigned Extern : 1;
71 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
75 bool isExtern() const { return Extern; } in isExtern()
H A DCGCUDANV.cpp140 bool Extern, bool Constant) { in registerDeviceVar() argument
143 {DeviceVarFlags::Variable, Extern, Constant, in registerDeviceVar()
148 bool Extern, int Type) { in registerDeviceSurf() argument
151 {DeviceVarFlags::Surface, Extern, /*Constant*/ false, in registerDeviceSurf()
156 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
159 {DeviceVarFlags::Texture, Extern, /*Constant*/ false, in registerDeviceTex()
H A DCodeGenFunction.cpp1007 case FunctionReturnThunksAttr::Kind::Extern: in StartFunction()
/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
461 {RegGlobalsFn->arg_begin(), Addr, Name, Name, Extern, Size, in createRegisterGlobalsFunction()
476 Data, Extern}); in createRegisterGlobalsFunction()
485 Data, Normalized, Extern}); in createRegisterGlobalsFunction()
/freebsd/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.h173 // The referenced symbol entry. Set if !Scattered && Extern.
175 // The referenced section. Set if !Scattered && !Extern.
183 bool Extern; member
H A DMachOWriter.cpp256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2024 .Case("thunk-extern", llvm::FunctionReturnThunksKind::Extern) in ParseCodeGenArgs()
2033 else if (Val == llvm::FunctionReturnThunksKind::Extern && in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4673 ["Keep", "Extern"]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2813 NormalizedValues<["Keep", "Extern"]>,