Home
last modified time | relevance | path

Searched refs:DebugTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp568 unsigned DebugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local
584 DebugTypes |= V; in parseDebugTypes()
586 return DebugTypes; in parseDebugTypes()
590 DebugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
592 DebugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
594 DebugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
596 return DebugTypes; in parseDebugTypes()
1028 Config->DebugTypes = parseDebugTypes(Args); in link()
H A DConfig.h105 unsigned DebugTypes = static_cast<unsigned>(DebugType::None); member
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def878 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types")