Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp209 void setSectionIDsMap(SectionIDMap *SecIDMap) { in setSectionIDsMap() argument
210 this->SecIDMap = SecIDMap; in setSectionIDsMap()
282 SectionIDMap *SecIDMap = nullptr; member in TrivialMemoryManager
293 if (SecIDMap) in allocateCodeSection()
294 (*SecIDMap)[SectionName] = SectionID; in allocateCodeSection()
321 if (SecIDMap) in allocateDataSection()
322 (*SecIDMap)[SectionName] = SectionID; in allocateDataSection()