HomeSort by: relevance | last modified time | path
    Searched refs:getDefinedFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 234 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
235 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 389 getDefinedFunction(Index).DebugName = Name;
756 if (getDefinedFunction(Index).Comdat != UINT32_MAX)
759 getDefinedFunction(Index).Comdat = ComdatIndex;
1190 getDefinedFunction(Ex.Index).ExportName = Ex.Name;
1273 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) {
1279 WasmObjectFile::getDefinedFunction(uint32_t Index) const {
1509 return getDefinedFunction(Sym.Info.ElementIndex).CodeSectionOffset;

Completed in 15 milliseconds