Searched refs:getProducer (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 211 virtual StringRef getProducer() const { return StringRef(); } in getProducer() function
|
H A D | LVScope.h | 538 StringRef getProducer() const override { in getProducer() function
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1727 const_cast<LVScopeCompileUnit *>(this), getProducer(), in printExtra()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1440 getContext(), getSourceLanguage(), getFile(), getProducer(), in cloneImpl() 1499 StringRef getProducer() const { return getStringOperand(1); } in getProducer() function
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 625 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(), in getReplacementCU()
|
H A D | AsmWriter.cpp | 2111 Printer.printString("producer", N->getProducer()); in writeDICompileUnit()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 858 StringRef CompilerVersion = CU->getProducer(); in emitCompilerInformation()
|
H A D | DwarfDebug.cpp | 1035 StringRef Producer = DIUnit->getProducer(); in finishUnitAttributes()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2790 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
|