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.cpp476 bool shouldExportConstantsAsAbsoluteSymbols();
895 bool LowerTypeTestsModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in LowerTypeTestsModule
922 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
946 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
980 if (!shouldExportConstantsAsAbsoluteSymbols()) { in importTypeId()
H A DWholeProgramDevirt.cpp646 bool shouldExportConstantsAsAbsoluteSymbols();
1622 bool DevirtModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in DevirtModule
1637 if (shouldExportConstantsAsAbsoluteSymbols()) { in exportConstant()
1660 if (!shouldExportConstantsAsAbsoluteSymbols()) in importConstant()