Home
last modified time | relevance | path

Searched defs:getSystemInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMinidump.h62 Expected<const minidump::SystemInfo &> getSystemInfo() const { in getSystemInfo() function
/external/llvm-project/llvm/include/llvm/Object/
DMinidump.h62 Expected<const minidump::SystemInfo &> getSystemInfo() const { in getSystemInfo() function
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackApplication.java345 String getSystemInfo() { in getSystemInfo() method in LoopbackApplication
/external/llvm-project/llvm/unittests/Object/
DMinidumpTest.cpp206 TEST(MinidumpFile, getSystemInfo) { in TEST() argument