Home
last modified time | relevance | path

Searched refs:isSymbolLinkerVisible (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCMachOStreamer.cpp191 if (getAssembler().isSymbolLinkerVisible(*Symbol)) in EmitLabel()
469 if (getAssembler().isSymbolLinkerVisible(SD.getSymbol()) && in FinishImpl()
DMachObjectWriter.cpp541 if (!Asm.isSymbolLinkerVisible(Symbol)) in ComputeSymbolTable()
557 if (!Asm.isSymbolLinkerVisible(Symbol)) in ComputeSymbolTable()
585 if (!Asm.isSymbolLinkerVisible(Symbol)) in ComputeSymbolTable()
DMCAssembler.cpp444 bool MCAssembler::isSymbolLinkerVisible(const MCSymbol &Symbol) const { in isSymbolLinkerVisible() function in MCAssembler
461 if (isSymbolLinkerVisible(SD->getSymbol())) in getAtom()
/external/llvm/include/llvm/MC/
DMCAssembler.h998 bool isSymbolLinkerVisible(const MCSymbol &SD) const;