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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h55 unsigned Extern : 1;
62 : Kind(K), Extern(E), Constant(C), Normalized(N), SurfTexType(T) {}
65 bool isExtern() const { return Extern; }
81 bool Extern, bool Constant) = 0;
83 bool Extern, int Type) = 0;
85 bool Extern, int Type, bool Normalized) = 0;
H A DCGCUDANV.cpp127 bool Extern, bool Constant) override {
130 {DeviceVarFlags::Variable, Extern, Constant,
134 bool Extern, int Type) override {
137 {DeviceVarFlags::Surface, Extern, /*Constant*/ false,
141 bool Extern, int Type, bool Normalized) override {
144 {DeviceVarFlags::Texture, Extern, /*Constant*/ false,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info);
221 if (Reloc.Extern) {
H A DObject.h168 // The referenced symbol entry. Set if !Scattered && Extern.
170 // The referenced section. Set if !Scattered && !Extern.
175 bool Extern; member in struct:llvm::objcopy::macho::RelocationInfo
H A DMachOWriter.cpp253 const uint32_t SymbolNum = RelocInfo.Extern

Completed in 145 milliseconds