Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp65 struct AssemblerInvocation { struct
70 std::string Triple;
74 std::string CPU;
78 std::vector<std::string> Features;
84 std::vector<std::string> IncludePaths;
85 unsigned NoInitialTextSection : 1;
86 unsigned SaveTemporaryLabels : 1;
87 unsigned GenDwarfForAssembly : 1;
88 unsigned CompressDebugSections : 1;
89 unsigned RelaxELFRelocations : 1;
[all …]