Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp163 if (!LinkingData.InitFunctions.empty()) { in printSectionHeaders()
165 for (const wasm::WasmInitFunc &F : LinkingData.InitFunctions) in printSectionHeaders()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h186 std::vector<WasmInitFunc> InitFunctions; member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h223 std::vector<InitFunction> InitFunctions; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp73 IO.mapOptional("InitFunctions", Section.InitFunctions); in sectionMapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp430 LinkingData.InitFunctions.reserve(Count); in parseLinkingSection()
439 LinkingData.InitFunctions.emplace_back(Init); in parseLinkingSection()