Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp511 static uint64_t writeContent(raw_ostream &OS, in writeContent() function
633 SHeader.sh_size = writeContent(OS, RawSec->Content, RawSec->Size); in initSymtabSectionHeader()
658 SHeader.sh_size = writeContent(OS, RawSec->Content, RawSec->Size); in initStrtabSectionHeader()
775 SHeader.sh_size = writeContent(OS, Section.Content, Section.Size); in writeSectionContent()
842 SHeader.sh_size = writeContent(OS, Section.Content, None); in writeSectionContent()
925 SHeader.sh_size = writeContent(OS, Section.Content, Section.Size); in writeSectionContent()
943 SHeader.sh_size = writeContent(OS, Section.Content, None); in writeSectionContent()
967 SHeader.sh_size = writeContent(OS, Section.Content, None); in writeSectionContent()
993 SHeader.sh_size = writeContent(OS, Section.Content, Section.Size); in writeSectionContent()
1021 SHeader.sh_size = writeContent(OS, Section.Content, None); in writeSectionContent()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp650 static uint64_t writeContent(ContiguousBlobAccumulator &CBA, in writeContent() function
732 SHeader.sh_size = writeContent(CBA, Sec->Content, Sec->Size); in initSectionHeaders()
927 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initSymtabSectionHeader()
954 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initStrtabSectionHeader()
1026 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initDWARFSectionHeader()
1262 SHeader.sh_size = writeContent(CBA, Shndx.Content, Shndx.Size); in writeSectionContent()