Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-rc/Inputs/
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
/external/lua/src/
Dlstring.c98 stringtable *tb = &G(L)->strt; in luaS_resize()
138 stringtable *tb = &G(L)->strt; in luaS_init()
177 stringtable *tb = &G(L)->strt; in luaS_remove()
186 static void growstrtab (lua_State *L, stringtable *tb) { in growstrtab()
203 stringtable *tb = &g->strt; in internshrstr()
Dlstate.h183 typedef struct stringtable { struct
187 } stringtable; argument
258 stringtable strt; /* hash table for strings */
/external/llvm-project/llvm/test/tools/llvm-cvtres/Inputs/
Did.rc1 stringtable begin
/external/llvm-project/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll21 …%struct.global_State = type { %struct.stringtable, i8* (i8*, i8*, i32, i32)*, i8*, i8, i8, i32, %s…
25 %struct.stringtable = type { %struct.GCObject**, i32, i32 }
/external/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll21 …%struct.global_State = type { %struct.stringtable, i8* (i8*, i8*, i32, i32)*, i8*, i8, i8, i32, %s…
25 %struct.stringtable = type { %struct.GCObject**, i32, i32 }
/external/llvm-project/llvm/test/tools/llvm-rc/
Dmemoryflags-stringtable.test1 ; RUN: llvm-rc /FO %t -- %p/Inputs/memoryflags-stringtable.rc
Dtag-stringtable.test1 ; RUN: llvm-rc /FO %t -- %p/Inputs/tag-stringtable-basic.rc
84 ; RUN: llvm-rc /N /FO %t0 -- %p/Inputs/tag-stringtable-basic.rc
169 ; RUN: not llvm-rc /FO %t -- %p/Inputs/tag-stringtable-same-ids.rc 2>&1 | FileCheck %s --check-pref…
Dparser.test103 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-stringtable-no-string.rc 2>&1 | FileCheck %s --c…
108 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-stringtable-weird-option.rc 2>&1 | FileCheck %s …
/external/llvm/test/CodeGen/PowerPC/
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 }
/external/llvm-project/llvm/test/CodeGen/PowerPC/
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 }
/external/llvm-project/lld/ELF/
DInputFiles.cpp1279 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local
1282 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()