Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp522 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local
523 Worklist.push_back(std::make_pair(CodeSection.base(), CodeSection.size())); in remapSectionsAndSymbols()