Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h236 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h91 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp51 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart() local