Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.cpp33 dwarf::DwarfFormat DwarfFormat) { in create()
51 dwarf::DwarfFormat DwarfFormat) { in init()
DAsmPrinterDwarfTest.cpp29 dwarf::DwarfFormat DwarfFormat) { in setupTestPrinter()
38 dwarf::DwarfFormat DwarfFormat) { in init()
49 dwarf::DwarfFormat DwarfFormat) { in init()
135 dwarf::DwarfFormat DwarfFormat) { in init()
199 dwarf::DwarfFormat DwarfFormat) { in init()
343 dwarf::DwarfFormat DwarfFormat) { in init()
393 dwarf::DwarfFormat DwarfFormat) { in init()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h191 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h71 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h73 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp53 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart() local