Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp68 struct AssemblerInvocation { struct
73 std::string Triple;
77 std::string CPU;
81 std::vector<std::string> Features;
84 std::vector<std::string> SymbolDefs;
90 std::vector<std::string> IncludePaths;
91 unsigned NoInitialTextSection : 1;
92 unsigned SaveTemporaryLabels : 1;
93 unsigned GenDwarfForAssembly : 1;
94 unsigned RelaxELFRelocations : 1;
[all …]