Home
last modified time | relevance | path

Searched refs:DestroySource (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h62 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/
Dllvm-link.cpp106 if (Linker::LinkModules(Composite.get(), M.get(), Linker::DestroySource, in main()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.cpp130 if (Linker::LinkModules(Program, M.get(), Linker::DestroySource, in addSources()
DMiscompilation.cpp225 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/
DLinkModules.cpp821 if (Mode == Linker::DestroySource) { in linkFunctionBody()