HomeSort by relevance Sort by last modified time
    Searched refs:isSymbolLinkerVisible (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 124 // isSymbolLinkerVisible uses the section.
128 if (getAssembler().isSymbolLinkerVisible(*Symbol))
406 if (getAssembler().isSymbolLinkerVisible(it->getSymbol()) &&
MCPureStreamer.cpp 129 if (getAssembler().isSymbolLinkerVisible(SD.getSymbol()))
MachObjectWriter.cpp 505 if (!Asm.isSymbolLinkerVisible(it->getSymbol()))
541 if (!Asm.isSymbolLinkerVisible(it->getSymbol()))
    [all...]
MCAssembler.cpp 329 bool MCAssembler::isSymbolLinkerVisible(const MCSymbol &Symbol) const {
344 if (isSymbolLinkerVisible(SD->getSymbol()))
    [all...]
ELFObjectWriter.cpp 807 if (!Asm.isSymbolLinkerVisible(Symbol) && !Symbol.isUndefined())
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 957 bool isSymbolLinkerVisible(const MCSymbol &SD) const;
    [all...]

Completed in 51 milliseconds