Searched refs:InitFunctions (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp168 if (!LinkingData.InitFunctions.empty()) {
169 ListScope Group(W, "InitFunctions");
170 for (const wasm::WasmInitFunc &F : LinkingData.InitFunctions)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp196 // will trigger a lookup to materialize the module) and the InitFunctions
202 InitFunctions[&JD].add(KV.first);
252 InitFunctions[&JD].add(InitName);
269 auto IFItr = InitFunctions.find(NextJD);
270 if (IFItr != InitFunctions.end()) {
272 InitFunctions.erase(IFItr);
462 DenseMap<JITDylib *, SymbolLookupSet> InitFunctions; member in class:__anon3663::GenericLLVMIRPlatformSupport
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h204 std::vector<WasmInitFunc> InitFunctions; member in struct:llvm::wasm::WasmLinkingData
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp228 if (Section.InitFunctions.size()) {
230 encodeULEB128(Section.InitFunctions.size(), SubSection.getStream());
231 for (const WasmYAML::InitFunction &Func : Section.InitFunctions) {
H A DWasmYAML.cpp72 IO.mapOptional("InitFunctions", Section.InitFunctions);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h236 std::vector<InitFunction> InitFunctions; member in struct:llvm::WasmYAML::LinkingSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp446 LinkingData.InitFunctions.reserve(Count);
455 LinkingData.InitFunctions.emplace_back(Init);

Completed in 143 milliseconds