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

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 94 bool isGlobalValue() const { return Kind == ARMCP::CPValue; }
ARMAsmPrinter.cpp 776 } else if (ACPV->isGlobalValue()) {
    [all...]
ARMCodeEmitter.cpp 709 assert(ACPV->isGlobalValue() && "unsupported constant pool value");
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /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; }
ELFCodeEmitter.cpp 106 if (MR.isGlobalValue()) {
ELFWriter.cpp 316 assert(GblSym->isGlobalValue() && "Symbol must be a global value");
791 if (MR.isGlobalValue()) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 854 } else if (MR.isGlobalValue()) {
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]

Completed in 2785 milliseconds