| /llvm-project-15.0.7/llvm/test/Analysis/Lint/ |
| H A D | check-zero-divide.ll | 24 ; CHECK: Undefined behavior: Division by zero 31 ; CHECK: Undefined behavior: Division by zero 38 ; CHECK: Undefined behavior: Division by zero 45 ; CHECK: Undefined behavior: Division by zero 52 ; CHECK: Undefined behavior: Division by zero 59 ; CHECK: Undefined behavior: Division by zero 66 ; CHECK: Undefined behavior: Division by zero 73 ; CHECK: Undefined behavior: Division by zero
|
| H A D | memintrin.ll | 11 ; CHECK: Undefined behavior: Memory reference address is misaligned 14 ; CHECK: Undefined behavior: Memory reference address is misaligned 33 ; CHECK: Undefined behavior: Memory reference address is misaligned 36 ; CHECK: Undefined behavior: Memory reference address is misaligned 53 ; CHECK: Undefined behavior: Memory reference address is misaligned
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | invalid-armv7.txt | 9 # Undefined encodings for bfi 24 # Undefined encodings for cdp2 33 # Undefined encodings for cps* 78 # Undefined encodings for ldc 95 # Undefined encodings for ldm 113 # Undefined encodings for ldr 150 # Undefined encodings for ldrexd 175 # Undefined encodings for mcr 279 # Undefined encodings for sbfx 313 # Undefined encodings for srs [all …]
|
| H A D | invalid-thumbv7.txt | 9 # Undefined encoding for b.cc 26 # Undefined encoding for it 43 # Undefined encoding for ldm 53 # Undefined encoding for ldrd 73 # Undefined encodings for ldrbt 89 # Undefined encodings for ldrsh 131 # Undefined encoding for push 141 # Undefined encoding for stmia 157 # Undefined encodings for str 233 # Undefined encodings for strd [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | relocatable-symbols.s | 76 # SYMBOL-NEXT: Section: Undefined 85 # SYMBOL-NEXT: Section: Undefined 94 # SYMBOL-NEXT: Section: Undefined 103 # SYMBOL-NEXT: Section: Undefined 112 # SYMBOL-NEXT: Section: Undefined 121 # SYMBOL-NEXT: Section: Undefined 130 # SYMBOL-NEXT: Section: Undefined 139 # SYMBOL-NEXT: Section: Undefined 148 # SYMBOL-NEXT: Section: Undefined 157 # SYMBOL-NEXT: Section: Undefined [all …]
|
| H A D | gnu-hash-table.s | 58 # EMPTY-NEXT: Section: Undefined 92 # I386: Section: Undefined 97 # I386: Section: Undefined 102 # I386: Section: Undefined 107 # I386: Section: Undefined 152 # X86_64: Section: Undefined 157 # X86_64: Section: Undefined 212 # PPC64: Section: Undefined 217 # PPC64: Section: Undefined 222 # PPC64: Section: Undefined [all …]
|
| H A D | mips-sto-plt.s | 18 # CHECK-NEXT: Section: Undefined 29 # CHECK-NEXT: Section: Undefined 44 # CHECK-NEXT: Section: Undefined 52 # CHECK-NEXT: Section: Undefined
|
| H A D | version-script-undef.s | 15 # CHECK-NEXT: Section: Undefined (0x0) 24 # CHECK-NEXT: Section: Undefined (0x0) 33 # CHECK-NEXT: Section: Undefined (0x0)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | binary-read-syms-sysv-hash.test | 14 # CHECK-NEXT: - { Name: _ITM_deregisterTMCloneTable, Type: NoType, Undefined: true, Weak: true } 15 # CHECK-NEXT: - { Name: _ITM_registerTMCloneTable, Type: NoType, Undefined: true, Weak: true } 17 # CHECK-NEXT: - { Name: __cxa_finalize, Type: Func, Undefined: true, Weak: true } 18 # CHECK-NEXT: - { Name: __gmon_start__, Type: NoType, Undefined: true, Weak: true } 19 # CHECK-NEXT: - { Name: __tls_get_addr, Type: Func, Undefined: true }
|
| H A D | binary-read-syms-gnu-hash.test | 14 # CHECK-NEXT: - { Name: _ITM_deregisterTMCloneTable, Type: NoType, Undefined: true, Weak: true } 15 # CHECK-NEXT: - { Name: _ITM_registerTMCloneTable, Type: NoType, Undefined: true, Weak: true } 17 # CHECK-NEXT: - { Name: __cxa_finalize, Type: Func, Undefined: true, Weak: true } 18 # CHECK-NEXT: - { Name: __gmon_start__, Type: NoType, Undefined: true, Weak: true } 19 # CHECK-NEXT: - { Name: __tls_get_addr, Type: Func, Undefined: true }
|
| H A D | ifs-read-basic.test | 11 - { Name: not, Type: Object, Size: 128, Undefined: true } 12 - { Name: nor, Type: Func, Undefined: true } 23 # CHECK-NEXT: - { Name: nor, Type: Func, Undefined: true } 24 # CHECK-NEXT: - { Name: not, Type: Object, Size: 128, Undefined: true }
|
| H A D | exclude.test | 21 - { Name: dont_exclude, Type: Func, Undefined: true } 23 - { Name: exclude_2, Type: Func, Undefined: true } 28 # CHECK-NEXT: - { Name: dont_exclude, Type: Func, Undefined: true }
|
| H A D | read-ifs-with-bad-endianness.test | 13 - { Name: not, Type: Object, Size: 128, Undefined: true } 14 - { Name: nor, Type: Func, Undefined: true }
|
| H A D | read-ifs-with-bad-bitwidth.test | 13 - { Name: not, Type: Object, Size: 128, Undefined: true } 14 - { Name: nor, Type: Func, Undefined: true }
|
| H A D | read-ifs-as-elf.test | 11 - { Name: not, Type: Object, Undefined: true, Size: 128 } 12 - { Name: nor, Type: Func, Undefined: true }
|
| /llvm-project-15.0.7/llvm/unittests/InterfaceStub/ |
| H A D | ELFYAMLTest.cpp | 87 EXPECT_FALSE(SymBar.Undefined); in TEST() 95 EXPECT_FALSE(SymBaz.Undefined); in TEST() 103 EXPECT_FALSE(SymFoo.Undefined); in TEST() 112 EXPECT_TRUE(SymNor.Undefined); in TEST() 120 EXPECT_TRUE(SymNot.Undefined); in TEST() 189 SymBar.Undefined = false; in TEST() 195 SymFoo.Undefined = false; in TEST() 202 SymNor.Undefined = true; in TEST() 208 SymNot.Undefined = false; in TEST()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SymbolTable.cpp | 136 replaceSymbol<Undefined>(s, name, file, refState); in addUndefined() 143 else if (auto *undefined = dyn_cast<Undefined>(s)) in addUndefined() 180 } else if (auto *undefined = dyn_cast<Undefined>(s)) { in addDylib() 188 if (wasInserted || isa<Undefined>(s) || in addDylib() 212 } else if (isa<Undefined>(s)) { in addLazyArchive() 232 } else if (isa<Undefined>(s)) { in addLazyObject() 264 static Defined *createBoundarySymbol(const Undefined &sym) { in createBoundarySymbol() 270 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol() 322 static bool recoverFromUndefinedSymbol(const Undefined &sym) { in recoverFromUndefinedSymbol() 378 MapVector<const Undefined *, UndefinedDiag> undefs; [all …]
|
| H A D | SymbolTable.h | 30 class Undefined; variable 77 void treatUndefinedSymbol(const Undefined &, StringRef source); 78 void treatUndefinedSymbol(const Undefined &, const InputSection *,
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | symbol-visibility.yaml | 12 # OBJ-NEXT: Section: Undefined (0x0) 21 # OBJ-NEXT: Section: Undefined (0x0) 32 # OBJ-NEXT: Section: Undefined (0x0) 43 # OBJ-NEXT: Section: Undefined (0x0) 54 # OBJ-NEXT: Section: Undefined (0x0)
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | lint.ll | 72 ; CHECK: Undefined behavior: Null pointer dereference 74 ; CHECK: Undefined behavior: Null pointer dereference 97 ; CHECK: Undefined behavior: Buffer overflow 100 ; CHECK: Undefined behavior: Buffer overflow 104 ; CHECK: Undefined behavior: Buffer overflow 118 ; CHECK-NOT: Undefined behavior: Buffer overflow 139 ; CHECK: Undefined behavior: Branch to non-blockaddress 146 ; CHECK: Undefined behavior: Call with "tail" keyword references alloca 182 ; CHECK: Undefined behavior: Undef pointer dereference 200 ; CHECK: Undefined behavior: indirectbr with no destinations
|
| /llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/ |
| H A D | environment_diff.dot | 58 // CHECK-SAME: <td align="left">Undefined</td> 91 "value": "Undefined" 108 // CHECK-SAME: <td align="left">Undefined</td> 141 "value": "Undefined"
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.h | 38 class Undefined; variable 233 void resolveUndefined(const Undefined &other); 377 class Undefined : public Symbol { 379 Undefined(InputFile *file, StringRef name, uint8_t binding, uint8_t stOther, 493 alignas(Undefined) char c[sizeof(Undefined)]; 511 return sizeof(Undefined); in getSymbolSize()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | libcall-instruction.ll | 2 ; used to panic on failed assertion and now fails with an "Undefined external symbol" 4 ; CHECK: LLVM ERROR: Undefined external symbol "__umodti3"
|
| H A D | libcall-intrinsic.ll | 2 ; used to seqfault and now fails with an "Undefined external symbol" 4 ; CHECK: LLVM ERROR: Undefined external symbol "__powidf2"
|
| /llvm-project-15.0.7/llvm/include/llvm/TextAPI/ |
| H A D | Symbol.h | 38 Undefined = 1U << 3, enumerator 89 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined; in isUndefined()
|