| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 93 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 D | Attributes.h | 436 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 D | StackMapParser.h | 364 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 D | HowToUseAttributes.rst | 47 index ``AttributeList::FunctionIndex``; the return type's attributes are at
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1056 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 D | AMDGPUPrintfRuntimeBinding.cpp | 305 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex, in lowerPrintfForGpu()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 192 AttributeList::FunctionIndex, in simplifyExternals()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 367 AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex, in emitEntryFunction()
|
| H A D | MicrosoftCXXABI.cpp | 2444 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 D | ItaniumCXXABI.cpp | 1332 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 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 | 3249 llvm::AttributeList::FunctionIndex, B), in emitCheckHandlerCall()
|
| H A D | CGBuiltin.cpp | 1124 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 D | WasmObjectWriter.cpp | 1833 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 D | ValueEnumerator.cpp | 361 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 1427 auto AL = GV.getAttributesAsList(AttributeList::FunctionIndex); in writeModuleInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 399 EnumerateAttributes(GV.getAttributesAsList(AttributeList::FunctionIndex)); in ValueEnumerator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1527 AS = AttributeList::get(M->getContext(), AttributeList::FunctionIndex, in emitMemCpyChk()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 785 return AttributeList::FunctionIndex;
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1801 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode() 2162 if (Idx == AttributeList::FunctionIndex && in parseAttributeGroupBlock()
|