| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 439 FunctionIndex = ~0U, 524 return addAttributeAtIndex(C, FunctionIndex, Kind); 531 return addAttributeAtIndex(C, FunctionIndex, Attr); 539 return addAttributeAtIndex(C, FunctionIndex, Kind, Value); 546 return addAttributesAtIndex(C, FunctionIndex, B); 629 return removeAttributeAtIndex(C, FunctionIndex, Kind); 636 return removeAttributeAtIndex(C, FunctionIndex, Kind); 643 return removeAttributesAtIndex(C, FunctionIndex, AttrsToRemove); 649 return removeAttributesAtIndex(C, FunctionIndex); 827 return getAttributeAtIndex(FunctionIndex, Kind); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 363 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction() argument 365 getFunctionOffset(FunctionIndex)); in getFunction() 451 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset() argument 452 return FunctionListOffset + FunctionIndex * FunctionSize; in getFunctionOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1085 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl() 1211 if (MaxIndex == FunctionIndex && Attrs.size() > 1) in get() 1492 return getAttributes(FunctionIndex); in getFnAttrs() 1513 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr() 1658 case AttrIndex::FunctionIndex: in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 272 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 362 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
|
| H A D | MicrosoftCXXABI.cpp | 2456 llvm::AttributeList::FunctionIndex, in getDynTlsOnDemandInitFn() 2543 llvm::AttributeList::FunctionIndex, in getInitThreadHeaderFn() 2555 llvm::AttributeList::FunctionIndex, in getInitThreadFooterFn() 2567 llvm::AttributeList::FunctionIndex, in getInitThreadAbortFn()
|
| H A D | ItaniumCXXABI.cpp | 1355 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, FuncAttrs); in getItaniumDynamicCastFn() 2374 llvm::AttributeList::FunctionIndex, in getGuardAcquireFn() 2386 llvm::AttributeList::FunctionIndex, in getGuardReleaseFn() 2398 llvm::AttributeList::FunctionIndex, in getGuardAbortFn()
|
| H A D | CGObjCMac.cpp | 72 llvm::AttributeList::FunctionIndex, in getMessageSendFn() 594 llvm::AttributeList::FunctionIndex, in getSetJmpFn() 750 llvm::AttributeList::FunctionIndex, AS)); in getLoadClassrefFn()
|
| H A D | CGAtomic.cpp | 323 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
|
| H A D | CGExpr.cpp | 3511 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
|
| H A D | CGBuiltin.cpp | 1408 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp() 1968 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr() 16322 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 198 AttributeList::FunctionIndex, in simplifyExternals()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 297 Builder.getContext(), AttributeList::FunctionIndex, Attribute::NoUnwind); in callBufferedPrintfStart()
|
| H A D | BuildLibCalls.cpp | 1527 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1834 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local 1839 TableElems.push_back(FunctionIndex); in writeOneObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 361 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 1466 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1825 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode() 2196 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 819 return AttributeList::FunctionIndex;
|