Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp93 if (SetIdx == AttributeList::FunctionIndex) in visitAttributeList()
105 visitAttributeIndex(AL, AttributeList::FunctionIndex); in visitAttributeList()
107 NewAttrList.emplace_back(AttributeList::FunctionIndex, FnAttrSet); in visitAttributeList()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h436 FunctionIndex = ~0U,
521 return addAttributeAtIndex(C, FunctionIndex, Kind);
528 return addAttributeAtIndex(C, FunctionIndex, Attr);
536 return addAttributeAtIndex(C, FunctionIndex, Kind, Value);
543 return addAttributesAtIndex(C, FunctionIndex, B);
626 return removeAttributeAtIndex(C, FunctionIndex, Kind);
633 return removeAttributeAtIndex(C, FunctionIndex, Kind);
640 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove);
646 return removeAttributesAtIndex(C, FunctionIndex);
798 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h364 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction() argument
366 getFunctionOffset(FunctionIndex)); in getFunction()
452 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset() argument
453 return FunctionListOffset + FunctionIndex * FunctionSize; in getFunctionOffset()
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUseAttributes.rst47 index ``AttributeList::FunctionIndex``; the return type's attributes are at
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1056 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1182 if (MaxIndex == FunctionIndex && Attrs.size() > 1) in get()
1463 return getAttributes(FunctionIndex); in getFnAttrs()
1484 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
1621 case AttrIndex::FunctionIndex: in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp305 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp192 AttributeList::FunctionIndex, in simplifyExternals()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp367 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
H A DMicrosoftCXXABI.cpp2444 llvm::AttributeList::FunctionIndex, in getDynTlsOnDemandInitFn()
2534 llvm::AttributeList::FunctionIndex, in getInitThreadHeaderFn()
2546 llvm::AttributeList::FunctionIndex, in getInitThreadFooterFn()
2558 llvm::AttributeList::FunctionIndex, in getInitThreadAbortFn()
H A DItaniumCXXABI.cpp1332 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, FuncAttrs); in getItaniumDynamicCastFn()
2293 llvm::AttributeList::FunctionIndex, in getGuardAcquireFn()
2305 llvm::AttributeList::FunctionIndex, in getGuardReleaseFn()
2317 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.cpp323 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
H A DCGExpr.cpp3249 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
H A DCGBuiltin.cpp1124 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp()
1684 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr()
15365 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1833 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local
1838 TableElems.push_back(FunctionIndex); in writeOneObject()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp361 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
H A DBitcodeWriter.cpp1427 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1527 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h785 return AttributeList::FunctionIndex;
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1801 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()
2162 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()