HomeSort by relevance Sort by last modified time
    Searched defs:ResolvedODR (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 230 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
239 // list of ResolvedODR for the module, and the list of preserved symbols.
263 for (auto &Entry : ResolvedODR) {
389 /// Resolve LinkOnce/Weak symbols. Record resolutions in the \p ResolvedODR map
397 &ResolvedODR) {
413 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage;
531 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR;
532 resolveWeakForLinkerInIndex(Index, ResolvedODR);
734 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR;
738 resolveWeakForLinkerInIndex(*Index, ResolvedODR);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 299 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
313 // list of ResolvedODR for the module, and the list of preserved symbols.
373 for (auto &Entry : ResolvedODR) {
502 /// Resolve LinkOnce/Weak symbols. Record resolutions in the \p ResolvedODR map
510 &ResolvedODR) {
526 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage;
678 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR;
679 resolveWeakForLinkerInIndex(Index, ResolvedODR);
    [all...]

Completed in 3709 milliseconds