Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance
91 file->typeMap[reloc.Index] = in scanRelocations()
106 return typeMap[reloc.Index]; in calcNewIndex()194 return typeMap[reloc.Index]; in calcNewValue()474 typeMap.resize(getWasmObj()->types().size()); in parse()
133 std::vector<uint32_t> typeMap; variable
751 file->typeMap[i] = out.typeSec->registerType(types[i]); in calculateTypes()
807 constexpr std::pair<const char *, unsigned> typeMap[] = { variable832 auto it = llvm::find_if(typeMap, [=](auto e) { return e.first == value; }); in readSectionDirective()833 if (it != std::end(typeMap)) { in readSectionDirective()