Home
last modified time | relevance | path

Searched defs:CFlags (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dexec.go2704 func (b *Builder) CFlags(p *load.Package) (cppflags, cflags, cxxflags, fflags, ldflags []string, er… func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5234 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode()
5494 PPCTargetLowering::CallFlags CFlags, const SDLoc &dl, in buildCallOperands()
5576 CallFlags CFlags, const SDLoc &dl, SelectionDAG &DAG, in FinishCall()
5700 CallFlags CFlags( in LowerCall() local
5721 SDValue Chain, SDValue Callee, CallFlags CFlags, in LowerCall_32SVR4()
5975 SDValue Chain, SDValue Callee, CallFlags CFlags, in LowerCall_64SVR4()
7226 SDValue Chain, SDValue Callee, CallFlags CFlags, in LowerCall_AIX()
/aosp_15_r20/build/soong/cc/
H A Dcc.go260 CFlags []string // Flags that apply to C and C++ source files member