Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h29 struct DWARFLinkerOptions { global() struct
31 TargetDWARFVersionDWARFLinkerOptions global() argument
34 VerboseDWARFLinkerOptions global() argument
37 StatisticsDWARFLinkerOptions global() argument
40 VerifyInputDWARFDWARFLinkerOptions global() argument
43 NoODRDWARFLinkerOptions global() argument
46 UpdateIndexTablesOnlyDWARFLinkerOptions global() argument
50 KeepFunctionForStaticDWARFLinkerOptions global() argument
53 AllowNonDeterministicOutputDWARFLinkerOptions global() argument
56 ThreadsDWARFLinkerOptions global() argument
59 AccelTablesDWARFLinkerOptions global() argument
62 PrependPathDWARFLinkerOptions global() argument
65 InputVerificationHandlerDWARFLinkerOptions global() argument
75 ParseableSwiftInterfacesDWARFLinkerOptions global() argument
80 ObjectPrefixMapDWARFLinkerOptions global() argument
/freebsd-src/contrib/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 …]