Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp367 auto DataSec = std::make_unique<WasmYAML::DataSection>(); in dump() local
380 DataSec->Segments.push_back(Seg); in dump()
382 S = std::move(DataSec); in dump()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1567 for (auto &DataSec : DataSecEntries) in endModule() local
1568 addType(std::move(DataSec.second)); in endModule()