Searched refs:stringtable (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/tools/llvm-rc/Inputs/ |
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
|
/external/lua/src/ |
D | lstring.c | 98 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()
|
D | lstate.h | 183 typedef struct stringtable { struct 187 } stringtable; argument 258 stringtable strt; /* hash table for strings */
|
/external/llvm-project/llvm/test/tools/llvm-cvtres/Inputs/ |
D | id.rc | 1 stringtable begin
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 21 …%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/ |
D | coalescer-cross.ll | 21 …%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/ |
D | memoryflags-stringtable.test | 1 ; RUN: llvm-rc /FO %t -- %p/Inputs/memoryflags-stringtable.rc
|
D | tag-stringtable.test | 1 ; 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…
|
D | parser.test | 103 ; 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/ |
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 }
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
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 }
|
/external/llvm-project/lld/ELF/ |
D | InputFiles.cpp | 1279 StringRef stringtable = obj->getStringTable(); in isNonCommonDef() local 1282 Expected<StringRef> name = sym.getName(stringtable); in isNonCommonDef()
|