Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp213 void setSectionIDsMap(SectionIDMap *SecIDMap) { in setSectionIDsMap() argument
214 this->SecIDMap = SecIDMap; in setSectionIDsMap()
287 SectionIDMap *SecIDMap = nullptr; member in TrivialMemoryManager
301 if (SecIDMap) in allocateCodeSection()
302 (*SecIDMap)[SectionName] = SectionID; in allocateCodeSection()
330 if (SecIDMap) in allocateDataSection()
331 (*SecIDMap)[SectionName] = SectionID; in allocateDataSection()