Home
last modified time | relevance | path

Searched defs:DwarfFormat (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DTestAsmPrinter.cpp33 dwarf::DwarfFormat DwarfFormat) { in create()
51 dwarf::DwarfFormat DwarfFormat) { in init()
H A DAsmPrinterDwarfTest.cpp33 dwarf::DwarfFormat DwarfFormat) { in setupTestPrinter() argument
42 dwarf::DwarfFormat DwarfFormat) { in init() argument
53 dwarf::DwarfFormat DwarfFormat) { in init() argument
141 dwarf::DwarfFormat DwarfForma in init() argument
205 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
331 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
395 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
445 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h236 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h91 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp51 auto DwarfFormat = S.getContext().getDwarfFormat(); emitListsTableHeaderStart() local