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;86 std::vector<std::string> IncludePaths;87 unsigned NoInitialTextSection : 1;88 unsigned SaveTemporaryLabels : 1;89 unsigned GenDwarfForAssembly : 1;90 unsigned CompressDebugSections : 1;91 unsigned DwarfVersion;[all …]