Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h809 struct DWARFLinkerOptions { struct
811 uint16_t TargetDWARFVersion = 0;
814 bool Verbose = false;
817 bool Statistics = false;
820 bool VerifyInputDWARF = false;
823 bool NoOutput = false;
826 bool NoODR = false;
829 bool Update = false;
833 bool KeepFunctionForStatic = false;
836 unsigned Threads = 1;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinker.h928 struct DWARFLinkerOptions { struct
930 uint16_t TargetDWARFVersion = 0;
933 bool Verbose = false;
936 bool Statistics = false;
939 bool VerifyInputDWARF = false;
942 bool NoODR = false;
945 bool Update = false;
949 bool KeepFunctionForStatic = false;
952 unsigned Threads = 1;
955 SmallVector<AccelTableKind, 1> AccelTables;
[all …]