Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp66 struct AssemblerInvocation { struct
71 std::string Triple;
75 std::string CPU;
79 std::vector<std::string> Features;
85 std::vector<std::string> IncludePaths;
86 unsigned NoInitialTextSection : 1;
87 unsigned SaveTemporaryLabels : 1;
88 unsigned GenDwarfForAssembly : 1;
89 unsigned CompressDebugSections : 1;
90 unsigned DwarfVersion;
[all …]