Home
last modified time | relevance | path

Searched refs:getSymbolSectionIdImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h238 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1688 Ref.d.a = getSymbolSectionIdImpl(Sym); in getSymbolSection()
1694 return getSymbolSectionIdImpl(Sym); in getSymbolSectionId()
1697 uint32_t WasmObjectFile::getSymbolSectionIdImpl(const WasmSymbol &Sym) const { in getSymbolSectionIdImpl() function in WasmObjectFile