Home
last modified time | relevance | path

Searched refs:FunctionIndex (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h472 FunctionIndex = ~0U,
557 return addAttributeAtIndex(C, FunctionIndex, Kind);
564 return addAttributeAtIndex(C, FunctionIndex, Attr);
572 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
579 return addAttributesAtIndex(C, FunctionIndex, B);
662 return removeAttributeAtIndex(C, FunctionIndex, Kind);
669 return removeAttributeAtIndex(C, FunctionIndex, Kind);
676 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
682 return removeAttributesAtIndex(C, FunctionIndex);
839 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h363 FunctionAccessor getFunction(unsigned FunctionIndex) const {
365 getFunctionOffset(FunctionIndex)); in getFunction()
451 std::size_t getFunctionOffset(unsigned FunctionIndex) const {
452 return FunctionListOffset + FunctionIndex * FunctionSize; in getFunctionOffset() argument
364 getFunction(unsigned FunctionIndex) getFunction() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1215 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1341 if (MaxIndex == FunctionIndex && Attrs.size() > 1) in get()
1629 return getAttributes(FunctionIndex); in getFnAttrs()
1650 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
1795 case AttrIndex::FunctionIndex: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp273 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp367 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
H A DMicrosoftCXXABI.cpp2469 llvm::AttributeList::FunctionIndex, in getDynTlsOnDemandInitFn()
2556 llvm::AttributeList::FunctionIndex, in getInitThreadHeaderFn()
2568 llvm::AttributeList::FunctionIndex, in getInitThreadFooterFn()
2580 llvm::AttributeList::FunctionIndex, in getInitThreadAbortFn()
H A DItaniumCXXABI.cpp1509 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, FuncAttrs); in getItaniumDynamicCastFn()
2561 llvm::AttributeList::FunctionIndex, in getGuardAcquireFn()
2573 llvm::AttributeList::FunctionIndex, in getGuardReleaseFn()
2585 llvm::AttributeList::FunctionIndex, in getGuardAbortFn()
H A DCGObjCMac.cpp72 llvm::AttributeList::FunctionIndex, in getMessageSendFn()
594 llvm::AttributeList::FunctionIndex, in getSetJmpFn()
750 llvm::AttributeList::FunctionIndex, AS)); in getLoadClassrefFn()
H A DCGAtomic.cpp326 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
H A DCGExpr.cpp3511 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
H A DCGBuiltin.cpp1418 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp()
1978 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr()
16615 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp297 Builder.getContext(), AttributeList::FunctionIndex, Attribute::NoUnwind); in callBufferedPrintfStart()
H A DBuildLibCalls.cpp1538 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp198 AttributeList::FunctionIndex, in simplifyExternals()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1826 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local
1831 TableElems.push_back(FunctionIndex); in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp375 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
H A DBitcodeWriter.cpp1558 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1904 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()
2281 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h820 return AttributeList::FunctionIndex;