Searched refs:getIncludePath (Results 1 – 3 of 3) sorted by relevance
1124 if (!M->getIncludePath().empty()) in getOrCreateModule()1125 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
2102 getConfigurationMacros(), getIncludePath(), in cloneImpl()2121 StringRef getIncludePath() const { return getStringOperand(3); } in getIncludePath() function
2059 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()