Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp67 struct AssemblerInvocation { struct
72 std::string Triple;
76 std::string CPU;
80 std::vector<std::string> Features;
83 std::vector<std::string> SymbolDefs;
89 std::vector<std::string> IncludePaths;
90 unsigned NoInitialTextSection : 1;
91 unsigned SaveTemporaryLabels : 1;
92 unsigned GenDwarfForAssembly : 1;
93 unsigned RelaxELFRelocations : 1;
[all …]