Home
last modified time | relevance | path

Searched refs:isInSymtab (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp74 static bool isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol,
731 bool ELFObjectWriter::isInSymtab(const MCAsmLayout &Layout, in isInSymtab() function in ELFObjectWriter
797 if (!isInSymtab(Layout, Symbol, Used || WeakrefUsed || isSignature, in computeSymbolTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp112 static bool isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol,
575 bool ELFWriter::isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol, in isInSymtab() function in ELFWriter
640 if (!isInSymtab(Layout, Symbol, Used || WeakrefUsed || isSignature, in computeSymbolTable()
DWasmObjectWriter.cpp1058 static bool isInSymtab(const MCSymbolWasm &Sym) { in isInSymtab() function
1336 if (!isInSymtab(WS)) { in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h43 static bool isInSymtab(const MCAssembler &Asm, const MCSymbolData &Data,
DELFObjectWriter.cpp474 bool ELFObjectWriter::isInSymtab(const MCAssembler &Asm, in isInSymtab() function in ELFObjectWriter
584 if (!isInSymtab(Asm, *it, in ComputeSymbolTable()