Searched refs:stringtable (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | windres-target.test | 20 ; RUN: llvm-windres --no-preprocess -F i686-w64-mingw32 %p/Inputs/tag-stringtable-basic.rc %t.o 22 ; RUN: llvm-windres --no-preprocess -F x86_64-w64-mingw32 %p/Inputs/tag-stringtable-basic.rc %t.o 24 ; RUN: llvm-windres --no-preprocess -F armv7-w64-mingw32 %p/Inputs/tag-stringtable-basic.rc %t.o 26 ; RUN: llvm-windres --no-preprocess -F aarch64-w64-mingw32 %p/Inputs/tag-stringtable-basic.rc %t.o
|
| H A D | windres-format.test | 5 ; RUN: llvm-windres --no-preprocess %p/Inputs/tag-stringtable-basic.rc %t.res 9 ; RUN: llvm-windres --no-preprocess -F pe-x86-64 %p/Inputs/tag-stringtable-basic.rc %t.o 19 ; RUN: cat %p/Inputs/tag-stringtable-basic.rc > %t-anonymous
|
| H A D | memoryflags-stringtable.test | 1 ; RUN: llvm-rc -no-preprocess /FO %t -- %p/Inputs/memoryflags-stringtable.rc
|
| H A D | tag-stringtable.test | 1 ; RUN: llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-stringtable-basic.rc 84 ; RUN: llvm-rc -no-preprocess /N /FO %t0 -- %p/Inputs/tag-stringtable-basic.rc 169 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-stringtable-same-ids.rc 2>&1 | FileCheck …
|
| H A D | windres-prefix.test | 13 ; RUN: %t/aarch64-w64-mingw32-windres --no-preprocess %p/Inputs/tag-stringtable-basic.rc %t.o
|
| H A D | parser.test | 103 ; RUN: not llvm-rc -no-preprocess /dry-run /V -- %p/Inputs/parser-stringtable-no-string.rc 2>&1 | F… 108 ; RUN: not llvm-rc -no-preprocess /dry-run /V -- %p/Inputs/parser-stringtable-weird-option.rc 2>&1 …
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/ |
| H A D | memoryflags-stringtable.rc | 1 // Flags set on the first stringtable of a bundle gets set 17 // Flags set on a later stringtable as part of an earlier bundle
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cvtres/Inputs/ |
| H A D | id.rc | 1 stringtable begin
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | coalescer-cross.ll | 21 …%struct.global_State = type { %struct.stringtable, ptr, ptr, i8, i8, i32, ptr, ptr, ptr, ptr, ptr,… 25 %struct.stringtable = type { ptr, i32, i32 }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | bdzlr.ll | 10 %struct.global_State.10.685 = type { %struct.stringtable.0.675, i8* (i8*, i8*, i64, i64)*, i8*, i8,… 11 %struct.stringtable.0.675 = type { %union.GCObject.15.690**, i32, i32 }
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.cpp | 1206 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local 1209 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()
|