Searched refs:hello_str (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/test/wasm/Inputs/ |
D | hello.s | 8 i32.const hello_str 12 .section .rodata.hello_str,"",@ 13 .globl hello_str symbol 14 hello_str: label 16 .size hello_str, 7
|
/external/llvm-project/lld/test/wasm/ |
D | archive-weak-undefined.ll | 15 ; RUN: wasm-ld -u hello_str %t.o %t.a -o %t2.wasm 24 @hello_str = extern_weak global i8*, align 4 27 br i1 icmp ne (i8** @hello_str, i8** null), label %if.then, label %if.end 37 ; Ensure we have no data section. If we do, would mean that hello_str was
|
D | data-layout.ll | 14 @hello_str = external global i8* 15 @external_ref = global i8** @hello_str, align 8 158 ; RELOC-NEXT: Name: hello_str
|
D | relocatable.ll | 176 ; NORMAL-NEXT: Name: hello_str 241 ; NORMAL-NEXT: Name: .rodata.hello_str
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/println/ |
D | main.cpp | 54 auto hello_str = [&](){return get_names().map([](std::string n){ in wmain() local 58 hello_str().subscribe(rxu::println(std::cout)); in wmain()
|
/external/llvm-project/lldb/test/API/python_api/sbdata/ |
D | TestSBData.py | 262 hello_str = "hello!" 264 process.GetByteOrder(), process.GetAddressByteSize(), hello_str) 265 self.assertTrue(len(data2.uint8) == len(hello_str)) 417 data2.SetDataFromCString(hello_str) 418 self.assertTrue(len(data2.uint8) == len(hello_str))
|