Searched defs:setDwarfVersion (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 830 void setDwarfVersion(uint16_t v) { DwarfVersion = v; } setDwarfVersion() function |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | AsmPrinter.cpp | 4311 void AsmPrinter::setDwarfVersion(uint16_t Version) { setDwarfVersion() function in AsmPrinter |