Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h234 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DDwarf.h91 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCDwarf.cpp50 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart() local