Searched refs:string_table (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/RelLookupTableConverter/X86/ |
| H A D | no_relative_lookup_table.ll | 13 @switch.table.string_table = private unnamed_addr constant [3 x i8*] 21 ; CHECK: @switch.table.string_table = private unnamed_addr constant [3 x i8*] 29 define i8* @string_table(i32 %cond) { 30 ; CHECK-LABEL: @string_table( 35 …EP:%.*]] = getelementptr inbounds [3 x i8*], [3 x i8*]* @switch.table.string_table, i32 0, i32 [[C… 46 …%switch.gep = getelementptr inbounds [3 x i8*], [3 x i8*]* @switch.table.string_table, i32 0, i32 …
|
| H A D | relative_lookup_table.ll | 33 @switch.table.string_table = private unnamed_addr constant [3 x i8*] 84 ; CHECK: @reltable.string_table = private unnamed_addr constant [3 x i32] 86 …ptrtoint ([5 x i8]* @.str to i64), i64 ptrtoint ([3 x i32]* @reltable.string_table to i64)) to i32… 87 …rtoint ([4 x i8]* @.str.1 to i64), i64 ptrtoint ([3 x i32]* @reltable.string_table to i64)) to i32… 88 …rtoint ([4 x i8]* @.str.2 to i64), i64 ptrtoint ([3 x i32]* @reltable.string_table to i64)) to i32) 177 define i8* @string_table(i32 %cond) { 178 ; CHECK-LABEL: @string_table( 184 … = call i8* @llvm.load.relative.i32(i8* bitcast ([3 x i32]* @reltable.string_table to i8*), i32 [[… 194 …%switch.gep = getelementptr inbounds [3 x i8*], [3 x i8*]* @switch.table.string_table, i32 0, i32 …
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 127 const lldb_private::DWARFDataExtractor &string_table,
|
| H A D | HashedNameToDIE.cpp | 308 const lldb_private::DWARFDataExtractor &string_table, const char *name) in MemoryTable() argument 310 m_data(table_data), m_string_table(string_table), m_name(name) {} in MemoryTable()
|
| /llvm-project-15.0.7/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-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 44 def string_table : FF<"string-table", "Display the string table (only for XCOFF now)">;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 2688 __block char *string_table = nullptr; in ParseSymtab() local 2768 string_table = (char *)vm_string_memory; in ParseSymtab() 2801 const char *symbol_name = string_table + nlist.n_strx; in ParseSymtab()
|