Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h510 FunctionIndex = ~0U,
595 return addAttributeAtIndex(C, FunctionIndex, Kind);
602 return addAttributeAtIndex(C, FunctionIndex, Attr);
610 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
617 return addAttributesAtIndex(C, FunctionIndex, B);
697 return removeAttributeAtIndex(C, FunctionIndex, Kind);
704 return removeAttributeAtIndex(C, FunctionIndex, Kind);
711 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
717 return removeAttributesAtIndex(C, FunctionIndex);
879 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/Frontend/Atomic/
H A DAtomic.cpp51 AttributeList::get(ctx, AttributeList::FunctionIndex, fnAttrBuilder); in EmitAtomicLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp133 llvm::AttributeList::get(Ctx, llvm::AttributeList::FunctionIndex, B), in InsertCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1434 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1560 if (MaxIndex == FunctionIndex && Attrs.size() > 1) in get()
1872 return getAttributes(FunctionIndex); in getFnAttrs()
1893 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
2046 case AttrIndex::FunctionIndex: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp266 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp297 Builder.getContext(), AttributeList::FunctionIndex, Attribute::NoUnwind); in callBufferedPrintfStart()
H A DBuildLibCalls.cpp1696 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/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp439 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
H A DItaniumCXXABI.cpp1523 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, FuncAttrs); in getItaniumDynamicCastFn()
2589 llvm::AttributeList::FunctionIndex, in getGuardAcquireFn()
2601 llvm::AttributeList::FunctionIndex, in getGuardReleaseFn()
2613 llvm::AttributeList::FunctionIndex, in getGuardAbortFn()
H A DMicrosoftCXXABI.cpp2461 llvm::AttributeList::FunctionIndex, in getDynTlsOnDemandInitFn()
2548 llvm::AttributeList::FunctionIndex, in getInitThreadHeaderFn()
2560 llvm::AttributeList::FunctionIndex, in getInitThreadFooterFn()
2572 llvm::AttributeList::FunctionIndex, in getInitThreadAbortFn()
H A DCGObjCMac.cpp70 llvm::AttributeList::FunctionIndex, in getMessageSendFn()
557 llvm::AttributeList::FunctionIndex, in getSetJmpFn()
714 llvm::AttributeList::FunctionIndex, AS)); in getLoadClassrefFn()
H A DCGAtomic.cpp325 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
H A DCGBuiltin.cpp1811 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp()
1995 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr()
H A DCGExpr.cpp3701 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1833 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local
1838 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.cpp378 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
H A DBitcodeWriter.cpp1626 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DX86.cpp3076 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1945 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()
2342 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h832 return AttributeList::FunctionIndex;