Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp462 if (auto It = SectionDataCache.find(Sec.d.a); It != SectionDataCache.end()) { in getSectionContents()
506 auto &Cache = SectionDataCache[Sec.d.a]; in getSectionContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h45 mutable DenseMap<uint32_t, SmallVector<uint8_t>> SectionDataCache; variable