Searched refs:ClangInstructionSetFlags (Results 1 – 4 of 4) sorted by relevance
303 func (t *toolchainArm) ClangInstructionSetFlags(isa string) (string, error) { func310 return t.toolchainBase.ClangInstructionSetFlags(isa)
92 ClangInstructionSetFlags(string) (string, error)128 func (toolchainBase) ClangInstructionSetFlags(s string) (string, error) { func
215 flags, err := toolchain.ClangInstructionSetFlags("arm")221 flags, err = toolchain.ClangInstructionSetFlags("thumb")
395 instructionSetFlags, err := tc.ClangInstructionSetFlags(instructionSet)