Searched defs:getDwarfVersion (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/packages/Python/lldbsuite/test/ | ||
H A D | lldbplatformutil.py | 266 def getDwarfVersion(): global() function |
H A D | lldbtest.py | 1392 def getDwarfVersion(self): global() member in Base |
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 798 uint16_t getDwarfVersion() const { return DwarfVersion; } getDwarfVersion() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Module.cpp | 573 unsigned Module::getDwarfVersion() const { getDwarfVersion() function in Module |
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | CommonArgs.cpp | 2080 unsigned tools::getDwarfVersion(const ToolChain &TC, getDwarfVersion() function in tools |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfDebug.cpp | 3621 uint16_t DwarfDebug::getDwarfVersion() const { getDwarfVersion() function in DwarfDebug |
H A D | AsmPrinter.cpp | 4335 uint16_t AsmPrinter::getDwarfVersion() const { getDwarfVersion() function in AsmPrinter |