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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 293 const char *getExternalSymbol() const {
SelectionDAG.h 424 SDValue getExternalSymbol(const char *Sym, EVT VT);
425 SDValue getExternalSymbol(const char *Sym, SDLoc 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 831 ResultPtr = TheJIT->getPointerToNamedFunction(MR.getExternalSymbol(),
833 DEBUG(dbgs() << "JIT: Map \'" << MR.getExternalSymbol() << "\' to ["
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 475 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction, getPointerTy());
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp 85 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC), getPointerTy());
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 444 DAG.getExternalSymbol("__misaligned_load", getPointerTy()),
507 DAG.getExternalSymbol("__misaligned_store", getPointerTy()),
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 124 milliseconds