Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfUtils.h23 bool isConfigurationSupported(Triple &T);
DDwarfUtils.cpp39 bool llvm::dwarf::utils::isConfigurationSupported(Triple &T) { in isConfigurationSupported() function in llvm::dwarf::utils
DDWARFDebugInfoTest.cpp46 if (!isConfigurationSupported(Triple)) in TestAllForms()
459 if (!isConfigurationSupported(Triple)) in TestChildren()
588 if (!isConfigurationSupported(Triple)) in TestReferences()
836 if (!isConfigurationSupported(Triple)) in TestAddresses()
1007 if (!isConfigurationSupported(Triple)) in TEST()
1189 if (!isConfigurationSupported(Triple)) in TEST()
1301 if (!isConfigurationSupported(Triple)) in TEST()
1362 if (!isConfigurationSupported(Triple)) in TEST()
1580 if (!isConfigurationSupported(Triple)) in TEST()
1642 if (!isConfigurationSupported(Triple)) in TEST()
[all …]
DDWARFDebugLineTest.cpp42 if (!isConfigurationSupported(T)) in setupGenerator()