reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/Wasm.h
  230   const WasmSection &getWasmSection(DataRefImpl Ref) const;

References

lib/Object/WasmObjectFile.cpp
 1444   return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE;
 1448   return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA;
 1465   const WasmSection &Sec = getWasmSection(Ref);
 1546   return getWasmSection(Section.getRawDataRefImpl());