| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 510 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 D | StackMapParser.h | 363 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 D | Atomic.cpp | 51 AttributeList::get(ctx, AttributeList::FunctionIndex, fnAttrBuilder); in EmitAtomicLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 133 llvm::AttributeList::get(Ctx, llvm::AttributeList::FunctionIndex, B), in InsertCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1434 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 D | AMDGPUPrintfRuntimeBinding.cpp | 266 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
|
| /freebsd/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 | 1696 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 198 AttributeList::FunctionIndex, in simplifyExternals()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 439 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
|
| H A D | ItaniumCXXABI.cpp | 1523 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 D | MicrosoftCXXABI.cpp | 2461 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 D | CGObjCMac.cpp | 70 llvm::AttributeList::FunctionIndex, in getMessageSendFn() 557 llvm::AttributeList::FunctionIndex, in getSetJmpFn() 714 llvm::AttributeList::FunctionIndex, AS)); in getLoadClassrefFn()
|
| H A D | CGAtomic.cpp | 325 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, fnAttrB); in emitAtomicLibcall()
|
| H A D | CGBuiltin.cpp | 1811 CGF.getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCRTSetJmp() 1995 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitMSVCBuiltinExpr()
|
| H A D | CGExpr.cpp | 3701 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1833 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 D | DXILValueEnumerator.cpp | 399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 378 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 1626 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | X86.cpp | 3076 getLLVMContext(), llvm::AttributeList::FunctionIndex, in EmitX86BuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1945 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode() 2342 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 832 return AttributeList::FunctionIndex;
|