Home
last modified time | relevance | path

Searched refs:ClangInstructionSetFlags (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/config/
Darm_device.go304 func (t *toolchainArm) ClangInstructionSetFlags(isa string) (string, error) { func
311 return t.toolchainBase.ClangInstructionSetFlags(isa)
Dtoolchain.go62 ClangInstructionSetFlags(string) (string, error) methodSpec
98 func (toolchainBase) ClangInstructionSetFlags(s string) (string, error) { func
/build/soong/cc/
Dmakevars.go226 flags, err := toolchain.ClangInstructionSetFlags("arm")
232 flags, err = toolchain.ClangInstructionSetFlags("thumb")
Dcompiler.go352 instructionSetFlags, err := tc.ClangInstructionSetFlags(instructionSet)