Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp67 struct AssemblerInvocation { struct
72 std::string Triple;
76 std::string CPU;
80 std::vector<std::string> Features;
86 std::vector<std::string> IncludePaths;
87 unsigned NoInitialTextSection : 1;
88 unsigned SaveTemporaryLabels : 1;
89 unsigned GenDwarfForAssembly : 1;
90 unsigned CompressDebugSections : 1;
91 unsigned DwarfVersion;
[all …]