HomeSort by relevance Sort by last modified time
    Searched defs:isGlobalValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 220 /// isGlobalValue - Return true if this relocation is a GlobalValue, as
222 bool isGlobalValue() const {
281 assert((isGlobalValue() || isIndirectSymbol()) &&
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 79 bool isGlobalValue() const { return Kind == ARMCP::CPValue; }
157 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 611 milliseconds