Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp462 bool shouldExportConstantsAsAbsoluteSymbols();
873 bool LowerTypeTestsModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in LowerTypeTestsModule
900 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
924 if (shouldExportConstantsAsAbsoluteSymbols()) in exportTypeId()
959 if (!shouldExportConstantsAsAbsoluteSymbols()) { in importTypeId()
H A DWholeProgramDevirt.cpp645 bool shouldExportConstantsAsAbsoluteSymbols();
1526 bool DevirtModule::shouldExportConstantsAsAbsoluteSymbols() { in shouldExportConstantsAsAbsoluteSymbols() function in DevirtModule
1541 if (shouldExportConstantsAsAbsoluteSymbols()) { in exportConstant()
1564 if (!shouldExportConstantsAsAbsoluteSymbols()) in importConstant()