Searched refs:string_table (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/test/Transforms/RelLookupTableConverter/X86/ |
H A D | no_relative_lookup_table.ll | 13 @switch.table.string_table = private unnamed_addr constant [3 x ptr] 21 ; CHECK: @switch.table.string_table = private unnamed_addr constant [3 x ptr] 29 define ptr @string_table(i32 %cond) { 30 ; CHECK-LABEL: @string_table( 35 …WITCH_GEP:%.*]] = getelementptr inbounds [3 x ptr], ptr @switch.table.string_table, i32 0, i32 [[C… 46 %switch.gep = getelementptr inbounds [3 x ptr], ptr @switch.table.string_table, i32 0, i32 %cond
|
H A D | relative_lookup_table.ll | 33 @switch.table.string_table = private unnamed_addr constant [3 x ptr] 84 ; CHECK: @switch.table.string_table.rel = private unnamed_addr constant [3 x i32] 86 …sub (i64 ptrtoint (ptr @.str to i64), i64 ptrtoint (ptr @switch.table.string_table.rel to i64)) to… 87 …b (i64 ptrtoint (ptr @.str.1 to i64), i64 ptrtoint (ptr @switch.table.string_table.rel to i64)) to… 88 …b (i64 ptrtoint (ptr @.str.2 to i64), i64 ptrtoint (ptr @switch.table.string_table.rel to i64)) to… 176 define ptr @string_table(i32 %cond) { 177 ; CHECK-LABEL: @string_table( 183 …_INTRINSIC:%.*]] = call ptr @llvm.load.relative.i32(ptr @switch.table.string_table.rel, i32 [[RELT… 193 %switch.gep = getelementptr inbounds [3 x ptr], ptr @switch.table.string_table, i32 0, i32 %cond
|
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 250 char *string_table = in scan_macho_load_commands() local 293 string_table + nlist.n_un.n_strx; in scan_macho_load_commands() 323 string_table + nlist.n_un.n_strx; in scan_macho_load_commands()
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 47 def string_table : FF<"string-table", "Display the string table (only for XCOFF now)">;
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 2728 __block char *string_table = nullptr; in ParseSymtab() 2808 string_table = (char *)vm_string_memory; in ParseSymtab() 2841 const char *symbol_name = string_table + nlist.n_strx; in ParseSymtab() 2710 __block char *string_table = nullptr; ParseSymtab() local
|