Home
last modified time | relevance | path

Searched refs:test_sym (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/wasm/
H A Dunified-debug-sections.yaml5 # RUN: yaml2obj --docnum=2 %s -o test_sym.wasm
65 Payload: 0D746573745F73796D2E7761736D # test_sym.wasm
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A Dtest_wasm_external_debug_sections.yaml15 Payload: 0d746573745f73796d2e7761736d # 'test_sym.wasm' Wasm-encoded
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp70 static ConstString test_sym("__main_thread_checker_on_report"); in CheckIfRuntimeIsValid() local
72 module_sp->FindFirstSymbolWithNameAndType(test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()