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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 293 const char *getExternalSymbol() const {
SelectionDAG.h 431 SDValue getExternalSymbol(const char *Sym, EVT VT);
432 SDValue getExternalSymbol(const char *Sym, DebugLoc dl, EVT VT);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 193 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 70 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 847 ResultPtr = TheJIT->getPointerToNamedFunction(MR.getExternalSymbol(),
849 DEBUG(dbgs() << "JIT: Map \'" << MR.getExternalSymbol() << "\' to ["
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 491 DAG.getExternalSymbol("__misaligned_load", getPointerTy()),
554 DAG.getExternalSymbol("__misaligned_store", getPointerTy()),
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 74 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 356 milliseconds