HomeSort by relevance Sort by last modified time
    Searched refs:AllImportedModules (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
DIBuilder.cpp 88 if (!AllImportedModules.empty())
90 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(),
91 AllImportedModules.end())));
138 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) {
144 AllImportedModules.emplace_back(M);
152 Context, NS, Line, StringRef(), AllImportedModules);
159 Context, NS, Line, StringRef(), AllImportedModules);
165 Context, M, Line, StringRef(), AllImportedModules);
175 Context, Decl, Line, Name, AllImportedModules);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 101 if (!AllImportedModules.empty())
103 VMContext, SmallVector<Metadata *, 16>(AllImportedModules.begin(),
104 AllImportedModules.end())));
164 SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) {
173 AllImportedModules.emplace_back(M);
182 AllImportedModules);
190 AllImportedModules);
197 AllImportedModules);
209 AllImportedModules);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 47 SmallVector<TrackingMDNodeRef, 4> AllImportedModules;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h 56 SmallVector<TrackingMDNodeRef, 4> AllImportedModules;
    [all...]

Completed in 818 milliseconds