Searched refs:DestroySource (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Linker.h | 62 DestroySource = 0, // Allow source module to be destroyed. enumerator 253 return LinkModules(Composite, Src, Linker::DestroySource, ErrorMsg );
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 106 if (Linker::LinkModules(Composite.get(), M.get(), Linker::DestroySource, in main()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | BugDriver.cpp | 130 if (Linker::LinkModules(Program, M.get(), Linker::DestroySource, in addSources()
|
D | Miscompilation.cpp | 225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) { in TestMergedProgram() 400 Linker::DestroySource, &ErrorMsg)){ in ExtractLoops() 579 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource, in ExtractBlocks()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 821 if (Mode == Linker::DestroySource) { in linkFunctionBody()
|