Searched refs:isDot (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp80 bool isLhsDot = m_Symbol.isDot();
113 llvm::cast<Operand>(*it)->isDot())
149 llvm::cast<Operand>(*it)->isDot())
H A DRpnExpr.cpp38 llvm::cast<Operand>(*it)->isDot())
H A DRpnEvaluator.cpp84 if (!opd->isDot()) {
H A DOperand.cpp52 bool SymOperand::isDot() const function in class:SymOperand
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h45 virtual bool isDot() const { return false; } function in class:mcld::Operand
74 bool isDot() const;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp356 (*dot).symbol().isDot() &&
366 llvm::cast<Operand>(*tok)->isDot())
385 llvm::cast<Operand>(*tok)->isDot())

Completed in 71 milliseconds