Lines Matching refs:ObjFile
84 return make<ObjFile>(mb, archiveName); in createObjectFile()
101 uint32_t ObjFile::calcNewIndex(const WasmRelocation &reloc) const { in calcNewIndex()
114 int64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const { in calcNewAddend()
138 uint64_t ObjFile::calcNewValue(const WasmRelocation &reloc, uint64_t tombstone, in calcNewValue()
270 void ObjFile::addLegacyIndirectFunctionTableIfNeeded( in addLegacyIndirectFunctionTableIfNeeded()
391 void ObjFile::parse(bool ignoreComdats) { in parse()
540 bool ObjFile::isExcludedByComdat(const InputChunk *chunk) const { in isExcludedByComdat()
547 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol()
551 GlobalSymbol *ObjFile::getGlobalSymbol(uint32_t index) const { in getGlobalSymbol()
555 TagSymbol *ObjFile::getTagSymbol(uint32_t index) const { in getTagSymbol()
559 TableSymbol *ObjFile::getTableSymbol(uint32_t index) const { in getTableSymbol()
563 SectionSymbol *ObjFile::getSectionSymbol(uint32_t index) const { in getSectionSymbol()
567 DataSymbol *ObjFile::getDataSymbol(uint32_t index) const { in getDataSymbol()
571 Symbol *ObjFile::createDefined(const WasmSymbol &sym) { in createDefined()
633 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined()