Searched refs:Extern (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 57 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 D | CGCUDANV.cpp | 131 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 D | MachOReader.cpp | 106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections() 232 if (Reloc.Extern) { in setSymbolInRelocationInfo()
|
| H A D | Object.h | 187 bool Extern; member
|
| H A D | MachOWriter.cpp | 275 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
|