reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 const wasm::WasmDylinkInfo& Info = Obj.dylinkInfo(); 67 for (const llvm::wasm::WasmFunctionName &Func : Obj.debugNames()) { 77 LinkingSec->Version = Obj.linkingData().Version; 79 ArrayRef<StringRef> Comdats = Obj.linkingData().Comdats; 82 for (auto &Func : Obj.functions()) { 90 for (const object::WasmSegment &Segment : Obj.dataSegments()) { 107 for (const wasm::WasmSymbolInfo &Symbol : Obj.linkingData().SymbolTable) { 129 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { 138 const llvm::wasm::WasmProducerInfo &Info = Obj.getProducerInfo(); 161 for (auto &E : Obj.getTargetFeatures()) { 179 Y->Header.Version = Obj.getHeader().Version; 182 for (const auto &Sec : Obj.sections()) { 183 const WasmSection &WasmSec = Obj.getWasmSection(Sec); 198 for (const auto &FunctionSig : Obj.types()) { 212 for (auto &Import : Obj.imports()) { 243 for (const auto &Func : Obj.functionTypes()) { 251 for (const wasm::WasmTable &Table : Obj.tables()) { 259 for (const wasm::WasmLimits &Memory : Obj.memories()) { 267 for (auto &Global : Obj.globals()) { 280 for (auto &Event : Obj.events()) { 292 StartSec->StartFunction = Obj.startFunction(); 298 for (auto &Export : Obj.exports()) { 310 for (auto &Segment : Obj.elements()) { 324 for (auto &Func : Obj.functions()) { 341 for (const object::WasmSegment &Segment : Obj.dataSegments()) { 355 DataCountSec->Count = Obj.dataSegments().size();