Searched refs:insertPos (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 328 auto insertPos = in processInsertCommands() local 333 if (insertPos == sectionCommands.end()) { in processInsertCommands() 338 ++insertPos; in processInsertCommands() 339 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3000 void *insertPos = nullptr; in getExtQualType() local 3014 (void) ExtQualNodes.FindNodeOrInsertPos(ID, insertPos); in getExtQualType() 3018 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 3751 void *insertPos = nullptr; in getDependentSizedArrayType() local 3766 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType() 3795 void *insertPos = nullptr; in getIncompleteArrayType() local 3821 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType() 4246 void *insertPos = nullptr; in getDependentAddressSpaceType() local 4753 void *insertPos = nullptr; in getAttributedType() local 4762 AttributedTypes.InsertNode(type, insertPos); in getAttributedType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2428 void *insertPos; in buildByrefHelpers() local 2430 = CGM.ByrefHelpersCache.FindNodeOrInsertPos(id, insertPos); in buildByrefHelpers() 2437 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
|
| H A D | CGCall.cpp | 775 void *insertPos = nullptr; in arrangeLLVMFunctionInfo() local 776 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos); in arrangeLLVMFunctionInfo() 785 FunctionInfos.InsertNode(FI, insertPos); in arrangeLLVMFunctionInfo()
|