Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp263 auto FuncSec = std::make_unique<WasmYAML::FunctionSection>(); in dump() local
265 FuncSec->FunctionTypes.push_back(Func.SigIndex); in dump()
267 S = std::move(FuncSec); in dump()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1051 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
1053 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize; in emitBTFExtSection()
1077 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection() local
1079 std::to_string(FuncSec.first)); in emitBTFExtSection()
1080 OS.emitInt32(FuncSec.first); in emitBTFExtSection()
1081 OS.emitInt32(FuncSec.second.size()); in emitBTFExtSection()
1082 for (const auto &FuncInfo : FuncSec.second) { in emitBTFExtSection()