Lines Matching refs:ObjFile
86 return make<ObjFile>(mb, archiveName); in createObjectFile()
103 uint32_t ObjFile::calcNewIndex(const WasmRelocation &reloc) const { in calcNewIndex()
116 int64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const { in calcNewAddend()
140 uint64_t ObjFile::calcNewValue(const WasmRelocation &reloc, uint64_t tombstone, in calcNewValue()
272 void ObjFile::addLegacyIndirectFunctionTableIfNeeded( in addLegacyIndirectFunctionTableIfNeeded()
393 void ObjFile::parse(bool ignoreComdats) { in parse()
542 bool ObjFile::isExcludedByComdat(const InputChunk *chunk) const { in isExcludedByComdat()
549 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const { in getFunctionSymbol()
553 GlobalSymbol *ObjFile::getGlobalSymbol(uint32_t index) const { in getGlobalSymbol()
557 TagSymbol *ObjFile::getTagSymbol(uint32_t index) const { in getTagSymbol()
561 TableSymbol *ObjFile::getTableSymbol(uint32_t index) const { in getTableSymbol()
565 SectionSymbol *ObjFile::getSectionSymbol(uint32_t index) const { in getSectionSymbol()
569 DataSymbol *ObjFile::getDataSymbol(uint32_t index) const { in getDataSymbol()
573 Symbol *ObjFile::createDefined(const WasmSymbol &sym) { in createDefined()
635 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined()