Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriter.cpp394 addSection(out.typeSec); in addSections()
670 file->typeMap[i] = out.typeSec->registerType(types[i]); in calculateTypes()
675 out.typeSec->registerType(*f->signature); in calculateTypes()
677 out.typeSec->registerType(*e->signature); in calculateTypes()
681 out.typeSec->registerType(f->signature); in calculateTypes()
684 out.typeSec->registerType(e->signature); in calculateTypes()
1201 out.typeSec = make<TypeSection>(); in createSyntheticSections()
DSyntheticSections.cpp173 import.SigIndex = out.typeSec->lookupType(*functionSym->signature); in writeBody()
181 import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature); in writeBody()
204 writeUleb128(os, out.typeSec->lookupType(func->signature), "sig index"); in writeBody()
252 e->event.Type.SigIndex = out.typeSec->lookupType(e->signature); in writeBody()
DRelocations.cpp93 out.typeSec->registerType(types[reloc.Index]); in scanRelocations()
DSyntheticSections.h355 TypeSection *typeSec; member