| /llvm-project-15.0.7/llvm/test/MC/Sparc/ |
| H A D | sparc-tls-relocations.s | 99 sethi %tie_hi22(Extern), %i1 105 add %i1, %tie_lo10(Extern), %i1 108 ! OBJDUMP: {{[0-9,a-f]+}}: R_SPARC_TLS_IE_LD Extern 111 ld [%i0+%i1], %i0, %tie_ld(Extern) 114 ! OBJDUMP: {{[0-9,a-f]+}}: R_SPARC_TLS_IE_LDX Extern 117 ldx [%i0+%i1], %i0, %tie_ldx(Extern) 123 add %g7, %i0, %o0, %tie_add(Extern) 132 sethi %tgd_hi22(Extern), %i1 138 add %i1, %tgd_lo10(Extern), %i1 144 add %i0, %i1, %o0, %tgd_add(Extern) [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | symtab.s | 13 # CHECK-NEXT: Extern 24 # CHECK-NEXT: Extern 53 # CHECK-NEXT: Extern 64 # CHECK-NEXT: Extern 74 # CHECK-NEXT: Extern 85 # CHECK-NEXT: Extern
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 70 unsigned Extern : 1; variable 78 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags() 82 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()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | redefine-symbol.s | 17 # CHECK-NEXT: Extern 27 # CHECK-NEXT: Extern
|
| H A D | remove-swift-symbols.test | 23 # NO-SWIFT-SYMBOLS-NEXT: Extern 77 # SWIFT-SYMBOLS-NEXT: Extern 87 # SWIFT-SYMBOLS-NEXT: Extern 97 # SWIFT-SYMBOLS-NEXT: Extern
|
| H A D | symbol-table.test | 146 # CHECK-NEXT: Extern 156 # CHECK-NEXT: Extern 167 # CHECK-NEXT: Extern 177 # CHECK-NEXT: Extern 189 # CHECK-NEXT: Extern
|
| H A D | remove-section-dead-symbols.test | 9 # CHECK-NEXT: Extern
|
| H A D | keep-undefined.test | 14 # CHECK-NEXT: Extern
|
| H A D | discard-all.test | 23 # CHECK-NEXT: Extern
|
| H A D | strip-all.test | 65 # COMMON-NEXT: Extern
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | dsym-companion.test | 284 CHECK: Extern 296 CHECK: Extern 307 CHECK: Extern 318 CHECK: Extern 329 CHECK: Extern
|
| /llvm-project-15.0.7/llvm/test/MC/MachO/ARM/ |
| H A D | darwin-Thumb-reloc.s | 92 @ CHECK: Extern 103 @ CHECK: Extern
|
| H A D | darwin-ARM-reloc.s | 140 @ CHECK: Extern
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | MachO_x86-64_relocations.s | 79 # X86_64_RELOC_SIGNED / Extern -- movq address of linker global 80 # X86_64_RELOC_SIGNED1 / Extern -- movb immediate byte to linker global 81 # X86_64_RELOC_SIGNED2 / Extern -- movw immediate word to linker global 82 # X86_64_RELOC_SIGNED4 / Extern -- movl immediate long to linker global
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 109 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramAttributes.td | 25 def MLProgram_ExternAttr : MLProgram_Attr<"Extern"> {
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | flags.yaml | 8 # CHECK-NEXT: Extern
|
| H A D | sections-ext.test | 56 # MACHO-I386-NEXT: Extern 99 # MACHO-X86-64-NEXT: Extern 206 # MACHO-PPC-NEXT: Extern 296 # MACHO-PPC-NEXT: Extern 423 # MACHO-PPC64-NEXT: Extern 515 # MACHO-PPC64-NEXT: Extern 671 # MACHO-ARM-NEXT: Extern 681 # MACHO-ARM-NEXT: Extern 807 # MACHO-ARM-NEXT: Extern
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 594 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols() local 603 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern) in loadMainBinarySymbols() 617 if (Extern) in loadMainBinarySymbols()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections() 255 if (Reloc.Extern) { in setSymbolInRelocationInfo()
|
| H A D | MachOObject.h | 187 bool Extern; member
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx2a.cpp | 1215 struct Extern { constexpr ~Extern() {} } extern e; in ~Extern() struct 1217 e.~Extern(); // expected-note {{cannot modify an object that is visible outside}} in destroy_extern()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 317 Extern pointers can be derived, pointing into symbols which are not 320 the ``LValuePath`` of an APValue. Extern pointers can be converted
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | VisibilityMacros.rst | 112 applies *only* to extern *class* templates. Extern *function* templates obey
|