| /netbsd-src/external/gpl3/gdb.old/dist/zlib/old/ |
| H A D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 33 String, comprLen As Any, ByVal buf As String, ByVal buflen 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 36 As String, uncomprLen As Any, ByVal compr As String, ByVal 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 39 String, ByVal mode As String) As Long 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/old/ |
| H A D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 33 String, comprLen As Any, ByVal buf As String, ByVal buflen 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 36 As String, uncomprLen As Any, ByVal compr As String, ByVal 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 39 String, ByVal mode As String) As Long 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/old/ |
| H A D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 33 String, comprLen As Any, ByVal buf As String, ByVal buflen 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 36 As String, uncomprLen As Any, ByVal compr As String, ByVal 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 39 String, ByVal mode As String) As Long 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/old/ |
| H A D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 33 String, comprLen As Any, ByVal buf As String, ByVal buflen 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 36 As String, uncomprLen As Any, ByVal compr As String, ByVal 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 39 String, ByVal mode As String) As Long 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 198 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true, 203 AI.setIndirectByVal(ByVal); 222 static ABIArgInfo getIndirectInReg(CharUnits Alignment, bool ByVal = true, 224 auto AI = getIndirect(Alignment, ByVal, Realign);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 114 getNaturalAlignIndirect(QualType Ty, bool ByVal = true,
|
| H A D | TargetInfo.cpp | 85 ABIArgInfo ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByVal, in getNaturalAlignIndirect() argument 88 return ABIArgInfo::getIndirect(getContext().getTypeAlignInChars(Ty), ByVal, in getNaturalAlignIndirect() 1130 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const; 1620 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument 1622 if (!ByVal) { in getIndirectResult() 8694 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const; 8716 ABIArgInfo LanaiABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() argument 8718 if (!ByVal) { in getIndirectResult()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 183 return get(Context, ByVal, Ty); in getWithByValType() 503 case Attribute::ByVal: in getAsString() 952 case Attribute::ByVal: in get() 1050 if (auto A = findEnumAttribute(Attribute::ByVal)) in getByValType() 1766 else if (Kind == Attribute::ByVal) in addAttribute() 1801 else if (Val == Attribute::ByVal) in removeAttribute() 1917 Attrs[Attribute::ByVal] = true; in addByValAttr()
|
| H A D | Function.cpp | 107 return hasAttribute(Attribute::ByVal); in hasByValAttr() 138 return Attrs.hasParamAttribute(getArgNo(), Attribute::ByVal) || in hasPassPointeeByValueCopyAttr() 147 return Attrs.hasParamAttribute(getArgNo(), Attribute::ByVal) || in hasPointeeInMemoryValueAttr() 171 ParamAttrs.hasAttribute(Attribute::ByVal) || in getMemoryParamAllocType()
|
| H A D | Verifier.cpp | 1779 AttrCount += Attrs.hasAttribute(Attribute::ByVal); in verifyParameterAttrs() 1842 Assert(!Attrs.hasAttribute(Attribute::ByVal) && in verifyParameterAttrs() 1861 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs() 1876 Assert(!Attrs.hasAttribute(Attribute::ByVal), in verifyParameterAttrs() 1918 Assert((!RetAttrs.hasAttribute(Attribute::ByVal) && in verifyFunctionAttrs() 2440 Assert(F.arg_empty() || Attrs.hasParamAttribute(0, Attribute::ByVal), in visitFunction() 2460 Assert(!Attrs.hasParamAttribute(i, Attribute::ByVal), in visitFunction() 3380 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes() 3392 (Attrs.hasParamAttribute(I, Attribute::ByVal) || in getParameterABIAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 145 /// slot to implement ByVal aggregate parameter passing. Size and alignment
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 238 if (PAL.hasParamAttribute(ArgNo, Attribute::ByVal)) in visitCallBase() 271 if (PAL.hasParamAttribute(ArgNo++, Attribute::ByVal)) in visitCallBase()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 257 if (Arg.hasAttribute(Attribute::ByVal) || in lowerFormalArguments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1665 return paramHasAttr(ArgNo, Attribute::ByVal); 1676 return paramHasAttr(ArgNo, Attribute::ByVal) || 1884 return Attrs.hasAttrSomewhere(Attribute::ByVal);
|
| H A D | Attributes.td | 52 def ByVal : TypeAttr<"byval">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 47 if (AttrFn(Attribute::ByVal)) in addFlagsUsingAttrFn() 164 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 648 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in fastLowerArguments() 832 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in selectCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2315 Call.removeParamAttr(ix, Attribute::ByVal); in visitCallBase() 2542 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall() 2565 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall() 2635 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 3671 bool ByVal = CB.paramHasAttr(i, Attribute::ByVal); in visitCallBase() local 3673 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() 3679 if (ByVal) { in visitCallBase() 4197 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() 4818 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() 5047 assert(!CB.paramHasAttr(ArgNo, Attribute::ByVal)); in visitCallBase()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 57 // Put ByVal arguments directly on the stack. Minimum size and alignment of a 200 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1242 case Attribute::ByVal: return 1 << 7; in getRawAttributeMask() 1414 return Attribute::ByVal; in getAttrFromCode() 1625 if (Kind == Attribute::ByVal) in parseAttributeGroupBlock() 1674 if (Kind == Attribute::ByVal) { in parseAttributeGroupBlock() 3371 for (Attribute::AttrKind Kind : {Attribute::ByVal, Attribute::StructRet, in parseFunctionRecord() 3382 case Attribute::ByVal: in parseFunctionRecord() 3859 for (Attribute::AttrKind Kind : {Attribute::ByVal, Attribute::StructRet, in propagateByValSRetTypes() 3869 case Attribute::ByVal: in propagateByValSRetTypes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 1048 if (I.hasAttribute(Attribute::ByVal)) in incorporateFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 948 {Attribute::ByVal, Attribute::StructRet, Attribute::ByRef, in remapInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 828 bool ByVal = Flags.isByVal(); in LowerFormalArguments() local 834 if (VA.isRegLoc() && ByVal && Flags.getByValSize() <= 8) in LowerFormalArguments() 838 (!ByVal || (ByVal && Flags.getByValSize() > 8)); in LowerFormalArguments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2488 if (hasAttr({Attribute::ByVal})) in initialize() 5335 if (getIRPosition().hasAttr(Attribute::ByVal) && in identifyPrivatizableType() 5406 if (!getIRPosition().hasAttr(Attribute::ByVal) && in updateImpl() 5802 if (getIRPosition().hasAttr(Attribute::ByVal)) in initialize() 6032 IRP.hasAttr({Attribute::ByVal}, /* IgnoreSubsumingPositions */ true); in initialize()
|