Searched refs:getConfigurationMacros (Results 1 – 3 of 3) sorted by relevance
1083 if (!M->getConfigurationMacros().empty()) in getOrCreateModule()1085 M->getConfigurationMacros()); in getOrCreateModule()
2330 getConfigurationMacros(), getIncludePath(), in cloneImpl()2354 StringRef getConfigurationMacros() const { return getStringOperand(3); } in getConfigurationMacros() function
2245 Printer.printString("configMacros", N->getConfigurationMacros()); in writeDIModule()