Home
last modified time | relevance | path

Searched refs:getConfigurationMacros (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1136 if (!M->getConfigurationMacros().empty()) in getOrCreateModule()
1138 M->getConfigurationMacros()); in getOrCreateModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2436 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2460 StringRef getConfigurationMacros() const { return getStringOperand(3); } in getConfigurationMacros() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2292 Printer.printString("configMacros", N->getConfigurationMacros()); in writeDIModule()