Home
last modified time | relevance | path

Searched refs:InstructionSetFlags (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/config/
Darm_linux_host.go124 func (t *toolchainLinuxArm) InstructionSetFlags(isa string) (string, error) { func
126 return t.toolchainBase.InstructionSetFlags("")
Darm_device.go297 func (t *toolchainArm) InstructionSetFlags(isa string) (string, error) { func
304 return t.toolchainBase.InstructionSetFlags(isa)
Dtoolchain.go83 InstructionSetFlags(string) (string, error) methodSpec
131 func (toolchainBase) InstructionSetFlags(s string) (string, error) { func
/build/soong/cc/
Dmakevars.go232 flags, err := toolchain.InstructionSetFlags("arm")
238 flags, err = toolchain.InstructionSetFlags("thumb")
Dcompiler.go471 instructionSetFlags, err := tc.InstructionSetFlags(instructionSet)