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

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h220 /// isGlobalValue - Return true if this relocation is a GlobalValue, as
222 bool isGlobalValue() const { function in class:llvm::MachineRelocation
281 assert((isGlobalValue() || isIndirectSymbol()) &&
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h79 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } function in class:llvm::ARMConstantPoolValue
157 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 291 milliseconds