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