Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h57 unsigned Extern : 1; variable
65 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
69 bool isExtern() const { return Extern; } in isExtern()
H A DCGCUDANV.cpp131 bool Extern, bool Constant) { in registerDeviceVar() argument
134 {DeviceVarFlags::Variable, Extern, Constant, in registerDeviceVar()
139 bool Extern, int Type) { in registerDeviceSurf() argument
142 {DeviceVarFlags::Surface, Extern, /*Constant*/ false, in registerDeviceSurf()
147 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
150 {DeviceVarFlags::Texture, Extern, /*Constant*/ false, in registerDeviceTex()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
232 if (Reloc.Extern) { in setSymbolInRelocationInfo()
H A DObject.h187 bool Extern; member
H A DMachOWriter.cpp275 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()