Searched refs:DebugTypes (Results 1 – 3 of 3) sorted by relevance
568 unsigned DebugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() local584 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()
105 unsigned DebugTypes = static_cast<unsigned>(DebugType::None); member
878 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types")