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

/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp78 bool isLhsDot = m_Symbol.isDot();
114 llvm::cast<Operand>(*it)->isDot()) {
151 llvm::cast<Operand>(*it)->isDot()) {
H A DRpnExpr.cpp37 llvm::cast<Operand>(*it)->isDot())
H A DRpnEvaluator.cpp85 if (!opd->isDot()) {
H A DOperand.cpp47 bool SymOperand::isDot() const { function in class:mcld::SymOperand
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h40 virtual bool isDot() const { return false; } function in class:mcld::Operand
67 bool isDot() const;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp340 if (dot != (*it)->dot_end() && (*dot).symbol().isDot() &&
352 llvm::cast<Operand>(*tok)->isDot())
373 llvm::cast<Operand>(*tok)->isDot())

Completed in 109 milliseconds