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