Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp91 file->typeMap[reloc.Index] = in scanRelocations()
H A DInputFiles.cpp106 return typeMap[reloc.Index]; in calcNewIndex()
194 return typeMap[reloc.Index]; in calcNewValue()
474 typeMap.resize(getWasmObj()->types().size()); in parse()
H A DInputFiles.h133 std::vector<uint32_t> typeMap; variable
H A DWriter.cpp751 file->typeMap[i] = out.typeSec->registerType(types[i]); in calculateTypes()
/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp807 constexpr std::pair<const char *, unsigned> typeMap[] = { variable
832 auto it = llvm::find_if(typeMap, [=](auto e) { return e.first == value; }); in readSectionDirective()
833 if (it != std::end(typeMap)) { in readSectionDirective()