Searched refs:AllImportedModules (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp101 if (!AllImportedModules.empty())
103 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(),
104 AllImportedModules.end())));
167 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) {
176 AllImportedModules.emplace_back(M);
185 AllImportedModules);
193 AllImportedModules);
200 AllImportedModules);
212 AllImportedModules);
165 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope *Context, Metadata *NS, DIFile *File, unsigned Line, StringRef Name, SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1158 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; local
1164 AllImportedModules.emplace_back(IE);
1169 if (!AllImportedModules.empty())
1172 SmallVector<Metadata *, 16>(AllImportedModules.begin(),
1173 AllImportedModules.end())));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h55 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; member in class:llvm::DIBuilder

Completed in 65 milliseconds