Searched refs:getBaseSymbol (Results 1 – 5 of 5) sorted by relevance
163 LLVM_ABI const MCSymbol *getBaseSymbol(const MCSymbol &Symbol) const;
635 cast<MCSymbolWasm>(Asm.getBaseSymbol(*RelEntry.Symbol)); in getProvisionalValue()1344 const auto *BS = Asm.getBaseSymbol(S); in prepareImports()1717 const auto *BS = Asm.getBaseSymbol(S); in writeOneObject()1832 cast<MCSymbolWasm>(Asm.getBaseSymbol(*Rel.Symbol)); in writeOneObject()
413 cast_or_null<MCSymbolELF>(Asm.getBaseSymbol(Symbol)); in writeSymbol()489 Asm.getBaseSymbol(Symbol); in isInSymtab()
426 const MCSymbol *MCAssembler::getBaseSymbol(const MCSymbol &Symbol) const { in getBaseSymbol() function in MCAssembler
372 const MCSymbol *Base = Asm->getBaseSymbol(MCSym); in defineSymbol()