Home
last modified time | relevance | path

Searched refs:getFunctionSymbol (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/wasm/
DMarkLive.cpp82 auto *initSym = obj->getFunctionSymbol(f.Symbol); in enqueueInitFunctions()
200 auto *sym = file->getFunctionSymbol(f.Symbol); in isCallCtorsLive()
DInputFiles.cpp220 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()
222 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()
256 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()
436 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol() function in lld::wasm::ObjFile
DInputFiles.h146 FunctionSymbol *getFunctionSymbol(uint32_t index) const;
DWriter.cpp1180 FunctionSymbol *sym = file->getFunctionSymbol(f.Symbol); in calculateInitFunctions()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp215 std::string getFunctionSymbol(uint32_t id);
890 std::string fnName = getFunctionSymbol(operands[1]); in processFunction()
1014 std::string Deserializer::getFunctionSymbol(uint32_t id) { in getFunctionSymbol() function in Deserializer
2662 auto functionName = getFunctionSymbol(functionID); in processOp()