Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfUtils.h23 bool isConfigurationSupported(Triple &T);
DDwarfUtils.cpp50 bool llvm::dwarf::utils::isConfigurationSupported(Triple &T) { in isConfigurationSupported() function in llvm::dwarf::utils
DDWARFDebugInfoTest.cpp45 if (!isConfigurationSupported(Triple)) in TestAllForms()
459 if (!isConfigurationSupported(Triple)) in TestChildren()
589 if (!isConfigurationSupported(Triple)) in TestReferences()
839 if (!isConfigurationSupported(Triple)) in TestAddresses()
1011 if (!isConfigurationSupported(Triple)) in TEST()
1075 if (!isConfigurationSupported(Triple)) in TEST()
1104 if (!isConfigurationSupported(Triple)) in TEST()
1291 if (!isConfigurationSupported(Triple)) in TEST()
1400 if (!isConfigurationSupported(Triple)) in TEST()
1462 if (!isConfigurationSupported(Triple)) in TEST()
[all …]
DDWARFDebugLineTest.cpp43 if (!isConfigurationSupported(T)) in setupGenerator()