Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h247 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1920 Ref.d.a = getSymbolSectionIdImpl(Sym); in getSymbolSection()
1926 return getSymbolSectionIdImpl(Sym); in getSymbolSectionId()
1929 uint32_t WasmObjectFile::getSymbolSectionIdImpl(const WasmSymbol &Sym) const { in getSymbolSectionIdImpl() function in WasmObjectFile