Searched defs:AssemblerInvocation (Results 1 – 1 of 1) sorted by relevance
65 struct AssemblerInvocation { struct70 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 …]