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

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 321 Module *DstM, *SrcM;
347 ModuleLinker(Module *dstM, Module *srcM, unsigned mode)
348 : DstM(dstM), SrcM(srcM), Mode(mode) { }
521 for (Module::global_iterator I = SrcM->global_begin(),
522 E = SrcM->global_end(); I != E; ++I) {
538 for (Module::iterator I = SrcM->begin(), E = SrcM->end(); I != E; ++I) {
791 for (Module::const_global_iterator I = SrcM->global_begin(),
792 E = SrcM->global_end(); I != E; ++I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 281 Module &SrcM = LMResources->SourceModule->getResource();
282 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
301 // Bump the linkage and rename any anonymous/privote members in SrcM to
302 // ensure that everything will resolve properly after we partition SrcM.
305 // Create a logical module handle for SrcM within the logical dylib.
306 Module &SrcM = *SrcMPtr;
310 const DataLayout &DL = SrcM.getDataLayout();
313 for (auto &F : SrcM) {
350 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 292 Module &SrcM = LMResources->SourceModule->getResource();
293 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
312 // Bump the linkage and rename any anonymous/privote members in SrcM to
313 // ensure that everything will resolve properly after we partition SrcM.
316 // Create a logical module handle for SrcM within the logical dylib.
317 Module &SrcM = *SrcMPtr;
321 const DataLayout &DL = SrcM.getDataLayout();
324 for (auto &F : SrcM) {
361 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 292 Module &SrcM = LMResources->SourceModule->getResource();
293 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
312 // Bump the linkage and rename any anonymous/privote members in SrcM to
313 // ensure that everything will resolve properly after we partition SrcM.
316 // Create a logical module handle for SrcM within the logical dylib.
317 Module &SrcM = *SrcMPtr;
321 const DataLayout &DL = SrcM.getDataLayout();
324 for (auto &F : SrcM) {
361 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 281 Module &SrcM = LMResources->SourceModule->getResource();
282 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
301 // Bump the linkage and rename any anonymous/privote members in SrcM to
302 // ensure that everything will resolve properly after we partition SrcM.
305 // Create a logical module handle for SrcM within the logical dylib.
306 Module &SrcM = *SrcMPtr;
310 const DataLayout &DL = SrcM.getDataLayout();
313 for (auto &F : SrcM) {
350 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 292 Module &SrcM = LMResources->SourceModule->getResource();
293 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
312 // Bump the linkage and rename any anonymous/privote members in SrcM to
313 // ensure that everything will resolve properly after we partition SrcM.
316 // Create a logical module handle for SrcM within the logical dylib.
317 Module &SrcM = *SrcMPtr;
321 const DataLayout &DL = SrcM.getDataLayout();
324 for (auto &F : SrcM) {
361 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 292 Module &SrcM = LMResources->SourceModule->getResource();
293 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
312 // Bump the linkage and rename any anonymous/privote members in SrcM to
313 // ensure that everything will resolve properly after we partition SrcM.
316 // Create a logical module handle for SrcM within the logical dylib.
317 Module &SrcM = *SrcMPtr;
321 const DataLayout &DL = SrcM.getDataLayout();
324 for (auto &F : SrcM) {
361 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 293 Module &SrcM = LMResources->SourceModule->getResource();
294 std::string CalledFnName = mangle(FuncName, SrcM.getDataLayout());
313 // Bump the linkage and rename any anonymous/privote members in SrcM to
314 // ensure that everything will resolve properly after we partition SrcM.
317 // Create a logical module handle for SrcM within the logical dylib.
318 Module &SrcM = *SrcMPtr;
322 const DataLayout &DL = SrcM.getDataLayout();
325 for (auto &F : SrcM) {
371 if (SrcM.global_empty() && SrcM.alias_empty() &
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 244 // Bump the linkage and rename any anonymous/privote members in SrcM to
245 // ensure that everything will resolve properly after we partition SrcM.
248 // Create a logical module handle for SrcM within the logical dylib.
254 Module &SrcM = LMResources.SourceModule->getResource();
257 const DataLayout &DL = SrcM.getDataLayout();
260 for (auto &F : SrcM) {
292 if (SrcM.global_empty() && SrcM.alias_empty())
296 auto GVsM = llvm::make_unique<Module>((SrcM.getName() + ".globals").str(),
297 SrcM.getContext())
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 31 std::unique_ptr<Module> SrcM;
63 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags,
122 : Mover(Mover), SrcM(std::move(SrcM)), Flags(Flags),
206 getComdatLeader(*SrcM, ComdatName, SrcGV))
210 const DataLayout &SrcDL = SrcM->getDataLayout();
490 for (const auto &SMEC : SrcM->getComdatSymbolTable()) {
530 for (GlobalVariable &GV : SrcM->globals())
535 for (Function &SF : *SrcM)
    [all...]
IRMover.cpp 370 /// from SrcM to DstM.
373 std::unique_ptr<Module> SrcM;
428 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Warning, Message));
483 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM,
486 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)),
664 for (GlobalValue &SGV : SrcM->globals()) {
680 for (GlobalValue &SGV : *SrcM)
684 for (GlobalValue &SGV : SrcM->aliases())
692 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes()
    [all...]

Completed in 796 milliseconds