Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbolELF.cpp85 if (isUsedInReloc()) in getBinding()
DMCAssembler.cpp412 if (Symbol.isUsedInReloc()) in isSymbolLinkerVisible()
DELFObjectWriter.cpp787 bool Used = Symbol.isUsedInReloc(); in computeSymbolTable()
/external/llvm/include/llvm/MC/
DMCSymbol.h210 bool isUsedInReloc() const { return IsUsedInReloc; } in isUsedInReloc() function