HomeSort by relevance Sort by last modified time
    Searched defs:isGlobalValue (Results 1 - 3 of 3) 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/CodeGen/
ELF.h 53 bool isGlobalValue() const { return SourceType == isGV; }
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 79 bool isGlobalValue() const { return Kind == ARMCP::CPValue; }
159 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 2118 milliseconds