Home
last modified time | relevance | path

Searched refs:GetBuildConfiguration (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i405 static SBStructuredData GetBuildConfiguration();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h284 static SBStructuredData GetBuildConfiguration();
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py885 config = lldb.SBDebugger.GetBuildConfiguration()
906 config = lldb.SBDebugger.GetBuildConfiguration()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp760 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration() function in SBDebugger