HomeSort by relevance Sort by last modified time
    Searched refs:getSymbolAddress (Results 1 - 25 of 38) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 65 void *getSymbolAddress(StringRef Name);
  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 86 virtual uint64_t getSymbolAddress(const std::string &Name) {
94 /// 'getSymbolAddress'. The address returned by getSymbolAddress is treated as
102 return RuntimeDyld::SymbolInfo(getSymbolAddress(Name),
138 /// MCJIT or RuntimeDyld. Use getSymbolAddress instead.
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 32 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream);
MachObjectWriter.cpp 73 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbol &S,
96 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout);
98 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout);
365 Address = getSymbolAddress(OrigSymbol, Layout);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 79 void *RuntimeDyld::getSymbolAddress(StringRef Name) {
80 return Dyld->getSymbolAddress(Name);
RuntimeDyldImpl.h 75 void *getSymbolAddress(StringRef Name) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 277 Value += (!A->getFragment() ? 0 : Writer->getSymbolAddress(*A, Layout)) -
278 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress(
280 Value -= (!B->getFragment() ? 0 : Writer->getSymbolAddress(*B, Layout)) -
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress(
366 Value += Writer->getSymbolAddress(*Symbol, Layout);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 197 Value += Writer->getSymbolAddress(*A, Layout) -
198 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout));
199 Value -= Writer->getSymbolAddress(*B, Layout) -
200 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout));
248 Value += Writer->getSymbolAddress(*Symbol, Layout);
389 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
412 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
491 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) +
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 176 Value += Writer->getSymbolAddress(&A_SD, Layout) -
177 (A_Base == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout));
178 Value -= Writer->getSymbolAddress(&B_SD, Layout) -
179 (B_Base == NULL ? 0 : Writer->getSymbolAddress(B_Base, Layout));
239 Value += Writer->getSymbolAddress(&SD, Layout);
358 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
377 Value2 = Writer->getSymbolAddress(B_SD, Layout);
433 FixedValue = (FixupAddress - Writer->getSymbolAddress(SD_B, Layout) +
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 141 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
156 Value2 = Writer->getSymbolAddress(B_SD, Layout);
239 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
253 Value2 = Writer->getSymbolAddress(B_SD, Layout);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 192 uint64_t getSymbolAddress(StringRef Name) {
213 return getSymbolAddress(Name);
217 return getSymbolAddress(Name);
221 uint64_t FAddr = getSymbolAddress(F->getName());
227 uint64_t Addr = getSymbolAddress(Name);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 160 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
265 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
llvm-rtdyld.cpp 112 void *MainAddress = Dyld.getSymbolAddress(EntryPoint);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 109 return (void*)Dyld.getSymbolAddress(BaseName.substr(1));
110 return (void*)Dyld.getSymbolAddress((TM->getMCAsmInfo()->getGlobalPrefix()
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 147 // user-requested symbol in getSymbolAddress with ARM_MATH_CHECK. The test
148 // assumes that all functions start with __aeabi_ and getSymbolAddress must be
279 uint64_t Addr = getSymbolAddress(Name);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 126 uint64_t getSymbolAddress(const MCSymbolData* SD,
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 98 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
MachO.h 45 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
ObjectFile.h 229 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0;
323 return OwningObject->getSymbolAddress(SymbolPimpl, Result);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 213 uint32_t Value = Writer->getSymbolAddress(*A, Layout);
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 314 uint64_t MCJIT::getSymbolAddress(const std::string &Name,
378 uint64_t Result = getSymbolAddress(Name, false);
386 uint64_t Result = getSymbolAddress(Name, true);
MCJIT.h 290 // getSymbolAddress.
318 uint64_t getSymbolAddress(const std::string &Name,
  /external/llvm/include/llvm/Object/
ObjectFile.h 201 virtual Expected<uint64_t> getSymbolAddress(DataRefImpl Symb) const = 0;
316 return getObject()->getSymbolAddress(getRawDataRefImpl());
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 131 if (auto AddrOrErr = Remote.getSymbolAddress(Name))
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 140 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;

Completed in 1680 milliseconds

1 2