Home
last modified time | relevance | path

Searched defs:DWARFLinkerOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h28 struct DWARFLinkerOptions { struct
30 uint16_t TargetDWARFVersion = 0;
33 bool Verbose = false;
36 bool Statistics = false;
39 bool VerifyInputDWARF = false;
42 bool NoODR = false;
45 bool UpdateIndexTablesOnly = false;
49 bool KeepFunctionForStatic = false;
52 bool AllowNonDeterministicOutput = false;
55 unsigned Threads = 1;
[all …]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h789 struct DWARFLinkerOptions { struct
791 uint16_t TargetDWARFVersion = 0;
794 bool Verbose = false;
797 bool Statistics = false;
800 bool VerifyInputDWARF = false;
803 bool NoODR = false;
806 bool Update = false;
810 bool KeepFunctionForStatic = false;
813 unsigned Threads = 1;
816 SmallVector<AccelTableKind, 1> AccelTables;
[all …]