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