Home
last modified time | relevance | path

Searched refs:stringtable (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dwindres-target.test20 ; 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 Dwindres-format.test5 ; 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 Dmemoryflags-stringtable.test1 ; RUN: llvm-rc -no-preprocess /FO %t -- %p/Inputs/memoryflags-stringtable.rc
H A Dtag-stringtable.test1 ; 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 Dwindres-prefix.test13 ; RUN: %t/aarch64-w64-mingw32-windres --no-preprocess %p/Inputs/tag-stringtable-basic.rc %t.o
H A Dparser.test103 ; 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 Dmemoryflags-stringtable.rc1 // 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 Did.rc1 stringtable begin
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcoalescer-cross.ll21 …%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 Dbdzlr.ll10 %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 DInputFiles.cpp1206 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local
1209 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()