Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h88 llvm::StringMap<uint64_t> SectionStartMap; member
H A DWriter.cpp763 if (Config->SectionStartMap.count(Sec->Name)) in getSectionRank()
895 return Config->SectionStartMap.lookup(A->Name) < in compareSections()
896 Config->SectionStartMap.lookup(B->Name); in compareSections()
1732 auto I = Config->SectionStartMap.find(Sec->Name); in finalizeSections()
1733 if (I != Config->SectionStartMap.end()) in finalizeSections()
H A DLinkerScript.cpp1027 for (auto &KV : Config->SectionStartMap) in getInitialDot()
H A DDriver.cpp834 Config->SectionStartMap = getSectionStartMap(Args); in readConfigs()