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