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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h70 unsigned Extern : 1;
78 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N),
82 bool isExtern() const { return Extern; }
H A DCGCUDANV.cpp142 bool Extern, bool Constant) {
145 {DeviceVarFlags::Variable, Extern, Constant,
150 bool Extern, int Type) {
153 {DeviceVarFlags::Surface, Extern, /*Constant*/ false,
158 bool Extern, int Type, bool Normalized) {
161 {DeviceVarFlags::Texture, Extern, /*Constant*/ false,
1044 // runtime. Skip Extern global variables, which will be registered in
141 registerDeviceVar(const VarDecl *VD, llvm::GlobalVariable &Var, bool Extern, bool Constant) argument
149 registerDeviceSurf(const VarDecl *VD, llvm::GlobalVariable &Var, bool Extern, int Type) argument
157 registerDeviceTex(const VarDecl *VD, llvm::GlobalVariable &Var, bool Extern, int Type, bool Normalized) argument
H A DCodeGenFunction.cpp926 case FunctionReturnThunksAttr::Kind::Extern:
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h130 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. member in class:llvm::CodeGenOpt::FunctionReturnThunksKind
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp595 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); local
604 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern)
618 if (Extern)
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h173 // The referenced symbol entry. Set if !Scattered && Extern.
175 // The referenced section. Set if !Scattered && !Extern.
183 bool Extern; member in struct:llvm::objcopy::macho::RelocationInfo
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info);
258 if (Reloc.Extern) {
H A DMachOWriter.cpp256 const uint32_t SymbolNum = RelocInfo.Extern
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x2566 * frame.h: Extern delcaration for above.
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1842 .Case("thunk-extern", llvm::FunctionReturnThunksKind::Extern)
1851 else if (Val == llvm::FunctionReturnThunksKind::Extern &&

Completed in 234 milliseconds