Home
last modified time | relevance | path

Searched refs:getSymbolAddress (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp192 Value += Writer->getSymbolAddress(*A, Layout) - in RecordX86_64Relocation()
193 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation()
194 Value -= Writer->getSymbolAddress(*B, Layout) - in RecordX86_64Relocation()
195 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
243 Value += Writer->getSymbolAddress(*Symbol, Layout); in RecordX86_64Relocation()
384 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation()
407 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
486 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp277 Value += (!A->getFragment() ? 0 : Writer->getSymbolAddress(*A, Layout)) - in recordRelocation()
278 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
280 Value -= (!B->getFragment() ? 0 : Writer->getSymbolAddress(*B, Layout)) - in recordRelocation()
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
366 Value += Writer->getSymbolAddress(*Symbol, Layout); in recordRelocation()
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h72 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
88 return RuntimeDyld::SymbolInfo(getSymbolAddress(Name), in findSymbol()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h185 uint64_t getSymbolAddress(StringRef Name) { in getSymbolAddress() function
206 return getSymbolAddress(Name); in getGlobalValueAddress()
210 return getSymbolAddress(Name); in getFunctionAddress()
214 uint64_t FAddr = getSymbolAddress(F->getName()); in getPointerToFunction()
220 uint64_t Addr = getSymbolAddress(Name);
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp160 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredHalfRelocation()
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
265 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation()
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
/external/llvm/lib/MC/
DMCLinkerOptimizationHint.cpp32 encodeULEB128(ObjWriter.getSymbolAddress(**It, Layout), OutStream); in emit_impl()
DMachObjectWriter.cpp73 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbol &S, in getSymbolAddress() function in MachObjectWriter
96 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout); in getSymbolAddress()
98 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout); in getSymbolAddress()
365 Address = getSymbolAddress(OrigSymbol, Layout); in writeNlist()
920 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject()
921 uint64_t End = getSymbolAddress(*Data->End, Layout); in writeObject()
/external/llvm/tools/lli/
DRemoteMemoryManager.h81 uint64_t getSymbolAddress(const std::string &Name) override { return 0; } in getSymbolAddress() function
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
DREADME.txt11 KaleidoscopeJIT::getSymbolAddress will scan the AST map and generate IR on the
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp213 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation()
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp304 uint64_t MCJIT::getSymbolAddress(const std::string &Name, in getSymbolAddress() function in MCJIT
364 uint64_t Result = getSymbolAddress(Name, false); in getGlobalValueAddress()
372 uint64_t Result = getSymbolAddress(Name, true); in getFunctionAddress()
DMCJIT.h319 uint64_t getSymbolAddress(const std::string &Name,
/external/llvm/include/llvm/Object/
DObjectFile.h199 virtual ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const = 0;
310 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress()
DELFObjectFile.h201 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
393 ELFObjectFile<ELFT>::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress() function
DMachO.h208 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
DCOFF.h651 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp286 uint64_t Addr = getSymbolAddress(Name); in getPointerToNamedFunction()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h140 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
/external/llvm/docs/Frontend/
DPerformanceTips.rst130 dereferencability information. In MCJIT, use getSymbolAddress to provide
/external/llvm/lib/Object/
DCOFFObjectFile.cpp161 ErrorOr<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress() function in COFFObjectFile
DMachOObjectFile.cpp375 ErrorOr<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress() function in MachOObjectFile