Searched refs:insertPos (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 269 auto insertPos = llvm::find_if(sectionCommands, [&cmd](BaseCommand *base) { in processInsertCommands() local 273 if (insertPos == sectionCommands.end()) { in processInsertCommands() 278 ++insertPos; in processInsertCommands() 279 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2935 void *insertPos = nullptr; in getExtQualType() local 2949 (void) ExtQualNodes.FindNodeOrInsertPos(ID, insertPos); in getExtQualType() 2953 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 3679 void *insertPos = nullptr; in getDependentSizedArrayType() local 3695 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType() 3725 void *insertPos = nullptr; in getIncompleteArrayType() local 3750 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType() 4144 void *insertPos = nullptr; in getDependentAddressSpaceType() local 4583 void *insertPos = nullptr; in getAttributedType() local 4592 AttributedTypes.InsertNode(type, insertPos); in getAttributedType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2491 void *insertPos; in buildByrefHelpers() local 2493 = CGM.ByrefHelpersCache.FindNodeOrInsertPos(id, insertPos); in buildByrefHelpers() 2500 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
|
| H A D | CGCall.cpp | 756 void *insertPos = nullptr; in arrangeLLVMFunctionInfo() local 757 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos); in arrangeLLVMFunctionInfo() 766 FunctionInfos.InsertNode(FI, insertPos); in arrangeLLVMFunctionInfo()
|