reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
149 ArrayRef<wasm::WasmFunction> functions() const { return Functions; }
lib/Object/WasmObjectFile.cpp346 if (Functions.size() != FunctionTypes.size()) { 392 if (Functions.size() != FunctionTypes.size()) { 506 wasm::WasmFunction &Function = Functions[FuncIndex]; 1107 return Functions[Index - NumImportedFunctions]; 1113 return Functions[Index - NumImportedFunctions]; 1149 Function.Index = NumImportedFunctions + Functions.size(); 1168 Functions.push_back(Function);