Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/config/
H A Darm_device.go303 func (t *toolchainArm) ClangInstructionSetFlags(isa string) (string, error) { func
310 return t.toolchainBase.ClangInstructionSetFlags(isa)
H A Dtoolchain.go92 ClangInstructionSetFlags(string) (string, error)
128 func (toolchainBase) ClangInstructionSetFlags(s string) (string, error) { func
/aosp12/build/soong/cc/
H A Dmakevars.go215 flags, err := toolchain.ClangInstructionSetFlags("arm")
221 flags, err = toolchain.ClangInstructionSetFlags("thumb")
H A Dcompiler.go395 instructionSetFlags, err := tc.ClangInstructionSetFlags(instructionSet)