Searched defs:isVariable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSymbol.h142 assert(!isVariable() && "Cannot set section of variable");
155 /// isVariable - Check if this is a variable symbol.
156 bool isVariable() const { function in class:llvm::MCSymbol
162 assert(isVariable() && "Invalid accessor!");

Completed in 89 milliseconds