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

  /external/llvm/lib/CodeGen/
ELF.h 65 const char *getExternalSymbol() const {
ELFCodeEmitter.cpp 109 EW.AddPendingExternalSymbol(MR.getExternalSymbol());
ELFWriter.cpp 803 const char *ExtSym = MR.getExternalSymbol();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 293 const char *getExternalSymbol() const {
SelectionDAG.h 389 SDValue getExternalSymbol(const char *Sym, EVT VT);
390 SDValue getExternalSymbol(const char *Sym, DebugLoc dl, EVT VT);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 192 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 69 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 846 ResultPtr = TheJIT->getPointerToNamedFunction(MR.getExternalSymbol(),
848 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 483 DAG.getExternalSymbol("__misaligned_load", getPointerTy()),
545 DAG.getExternalSymbol("__misaligned_store", getPointerTy()),
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 706 Addr = DAG.getExternalSymbol(opstr, MVT::i64);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 79 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 1338 milliseconds