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 (SectionDataCache.count(Sec.d.a)) { in getSectionContents()
463 auto &Buf = SectionDataCache[Sec.d.a]; in getSectionContents()
506 SectionDataCache[Sec.d.a] = Data; in getSectionContents()
507 return ArrayRef<uint8_t>(SectionDataCache[Sec.d.a]); in getSectionContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h44 mutable DenseMap<uint32_t, SmallVector<uint8_t>> SectionDataCache; variable