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

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h238 /// isExternalSymbol - Return true if this is a constant string.
240 bool isExternalSymbol() const { function in class:llvm::MachineRelocation
294 assert(isExternalSymbol() && "This is not an external symbol reference!");

Completed in 91 milliseconds