OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitFunctions
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp
167
if (!LinkingData.
InitFunctions
.empty()) {
168
ListScope Group(W, "
InitFunctions
");
169
for (const wasm::WasmInitFunc &F : LinkingData.
InitFunctions
)
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp
199
// will trigger a lookup to materialize the module) and the
InitFunctions
205
InitFunctions
[&JD].add(KV.first);
255
InitFunctions
[&JD].add(InitName);
272
auto IFItr =
InitFunctions
.find(NextJD.get());
273
if (IFItr !=
InitFunctions
.end()) {
275
InitFunctions
.erase(IFItr);
442
DenseMap<JITDylib *, SymbolLookupSet>
InitFunctions
;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
145
for (const wasm::WasmInitFunc &Func : Obj.linkingData().
InitFunctions
) {
147
LinkingSec->
InitFunctions
.emplace_back(F);
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
222
std::vector<WasmInitFunc>
InitFunctions
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
230
if (Section.
InitFunctions
.size()) {
232
encodeULEB128(Section.
InitFunctions
.size(), SubSection.getStream());
233
for (const WasmYAML::InitFunction &Func : Section.
InitFunctions
) {
WasmYAML.cpp
74
IO.mapOptional("
InitFunctions
", Section.
InitFunctions
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
241
std::vector<InitFunction>
InitFunctions
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
471
LinkingData.
InitFunctions
.reserve(Count);
480
LinkingData.
InitFunctions
.emplace_back(Init);
Completed in 30 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026