Home
last modified time | relevance | path

Searched refs:string_table (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/RelLookupTableConverter/X86/
H A Dno_relative_lookup_table.ll13 @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 Drelative_lookup_table.ll33 @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 DHashedNameToDIE.h127 const lldb_private::DWARFDataExtractor &string_table,
H A DHashedNameToDIE.cpp308 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 Dcompact-unwind-dumper.c250 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 DOpts.td44 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 DObjectFileMachO.cpp2688 __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()