Home
last modified time | relevance | path

Searched refs:shouldExportConstantsAsAbsoluteSymbols (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp501 bool shouldExportConstantsAsAbsoluteSymbols();
917 bool LowerTypeTestsModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in LowerTypeTestsModule
944 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
968 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
1001 if (!shouldExportConstantsAsAbsoluteSymbols()) { in importTypeId()
H A DWholeProgramDevirt.cpp677 bool shouldExportConstantsAsAbsoluteSymbols();
1675 bool DevirtModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in DevirtModule
1690 if (shouldExportConstantsAsAbsoluteSymbols()) { in exportConstant()
1711 if (!shouldExportConstantsAsAbsoluteSymbols()) in importConstant()