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

  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h 49 const GlobalValue *getGlobalValue() const { return GV; }
SystemZAsmPrinter.cpp 51 MCSymbolRefExpr::Create(Mang->getSymbol(ZCPV->getGlobalValue()),
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 278 /// getGlobalValue - If this is a global value reference, return the
280 GlobalValue *getGlobalValue() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 841 ResultPtr = getPointerToGlobal(MR.getGlobalValue(),
846 MR.getGlobalValue(), BufferBegin+MR.getMachineCodeOffset());
    [all...]

Completed in 177 milliseconds