Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp384 scopes.emplace_back(CreateScope("Locals", VARREF_LOCALS, in CreateTopLevelScopes()
386 scopes.emplace_back(CreateScope("Globals", VARREF_GLOBALS, in CreateTopLevelScopes()
388 scopes.emplace_back(CreateScope("Registers", VARREF_REGS, in CreateTopLevelScopes()
H A DJSONUtils.h293 llvm::json::Value CreateScope(const llvm::StringRef name,
H A DJSONUtils.cpp241 llvm::json::Value CreateScope(const llvm::StringRef name, in CreateScope() function