Home
last modified time | relevance | path

Searched defs:isDot (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h40 virtual bool isDot() const { return false; } in isDot() function
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp47 bool SymOperand::isDot() const { in isDot() function in mcld::SymOperand