Home
last modified time | relevance | path

Searched refs:get_string (Results 1 – 8 of 8) sorted by relevance

/llvm-project/openmp/runtime/test/affinity/format/
H A Dfields_modifiers.c25 char* get_string(size_t check_needed) { in get_string() function
45 char* s = get_string(8); in check_thread_num_padded_rjustified()
64 char* s = get_string(12); in check_thread_num_rjustified()
83 char* s = get_string(5); in check_thread_num_ljustified()
102 char* s = get_string(18); in check_thread_num_padded_ljustified()
H A Dfields_values.c47 char* get_string() { in get_string() function
124 char* host = get_string(); in check_host()
138 char* undef = get_string(); in check_undefined()
/llvm-project/clang/utils/hmaptool/
H A Dhmaptool98 def get_string(self, idx): member in HeaderMap
110 yield (self.get_string(key_idx),
111 self.get_string(prefix_idx) + self.get_string(suffix_idx))
146 key = hmap.get_string(key_idx)
147 prefix = hmap.get_string(prefix_idx)
148 suffix = hmap.get_string(suffix_idx)
/llvm-project/llvm/test/DebugInfo/X86/
H A Dspill-indirect-nrvo.ll24 ; string get_string() {
32 ; OPT: #DEBUG_VALUE: get_string:result <- [$rdi+0]
34 ; OPT: #DEBUG_VALUE: get_string:result <- [DW_OP_plus_uconst [[OFFS]], DW_OP_deref] [$rsp+0]
37 ; OPTNONE: #DEBUG_VALUE: get_string:result <- [DW_OP_deref] [$rsp+0]
40 ; OPTNONE: #DEBUG_VALUE: get_string:result <- [$rdi+0]
95 !7 = distinct !DISubprogram(name: "get_string", linkageName: "_Z10get_stringv", scope: !1, file: !1…
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Dnrvo.cpp15 string get_string() { in get_string() function
35 get_string(); in main()
H A Dnrvo-string.cpp28 string __attribute__((noinline)) get_string() { in get_string() function
50 get_string(); in main()
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dnrvo-string.cpp19 string __attribute__((noinline)) get_string() { in get_string() function
43 get_string(); in main()
/llvm-project/lldb/examples/python/
H A Dbsd.py107 def get_string(self, offset): member in StringTable
177 symdef.append((strtab.get_string(s[0]), s[1]))