Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriter.cpp418 addSection(out.targetFeaturesSec); in addSections()
433 SmallSet<std::string, 8> &allowed = out.targetFeaturesSec->features; in populateTargetFeatures()
1215 out.targetFeaturesSec = make<TargetFeaturesSection>(); in createSyntheticSections()
DSyntheticSections.h369 TargetFeaturesSection *targetFeaturesSec; member