Home
last modified time | relevance | path

Searched refs:Undefined (Results 1 – 25 of 215) sorted by relevance

123456789

/llvm-project-15.0.7/llvm/test/Analysis/Lint/
H A Dcheck-zero-divide.ll24 ; 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 Dmemintrin.ll11 ; 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 Dinvalid-armv7.txt9 # 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 Dinvalid-thumbv7.txt9 # 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 Drelocatable-symbols.s76 # 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 Dgnu-hash-table.s58 # 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 Dmips-sto-plt.s18 # CHECK-NEXT: Section: Undefined
29 # CHECK-NEXT: Section: Undefined
44 # CHECK-NEXT: Section: Undefined
52 # CHECK-NEXT: Section: Undefined
H A Dversion-script-undef.s15 # 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 Dbinary-read-syms-sysv-hash.test14 # 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 Dbinary-read-syms-gnu-hash.test14 # 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 Difs-read-basic.test11 - { 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 Dexclude.test21 - { 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 Dread-ifs-with-bad-endianness.test13 - { Name: not, Type: Object, Size: 128, Undefined: true }
14 - { Name: nor, Type: Func, Undefined: true }
H A Dread-ifs-with-bad-bitwidth.test13 - { Name: not, Type: Object, Size: 128, Undefined: true }
14 - { Name: nor, Type: Func, Undefined: true }
H A Dread-ifs-as-elf.test11 - { 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 DELFYAMLTest.cpp87 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 DSymbolTable.cpp136 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 DSymbolTable.h30 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 Dsymbol-visibility.yaml12 # 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 Dlint.ll72 ; 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 Denvironment_diff.dot58 // 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 DSymbols.h38 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 Dlibcall-instruction.ll2 ; used to panic on failed assertion and now fails with an "Undefined external symbol"
4 ; CHECK: LLVM ERROR: Undefined external symbol "__umodti3"
H A Dlibcall-intrinsic.ll2 ; 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 DSymbol.h38 Undefined = 1U << 3, enumerator
89 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined; in isUndefined()

123456789