Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp183 Value += Writer->getSymbolAddress(*A, Layout) - in RecordX86_64Relocation()
184 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation()
185 Value -= Writer->getSymbolAddress(*B, Layout) - in RecordX86_64Relocation()
186 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
234 Value += Writer->getSymbolAddress(*Symbol, Layout); in RecordX86_64Relocation()
358 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation()
378 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
457 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp264 Value += (!A->getFragment() ? 0 : Writer->getSymbolAddress(*A, Layout)) - in recordRelocation()
265 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
267 Value -= (!B->getFragment() ? 0 : Writer->getSymbolAddress(*B, Layout)) - in recordRelocation()
268 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
349 Value += Writer->getSymbolAddress(*Symbol, Layout); in recordRelocation()
/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDRTDyldMemoryManager.h72 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
88 return RuntimeDyld::SymbolInfo(getSymbolAddress(Name), in findSymbol()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h189 uint64_t getSymbolAddress(StringRef Name) { in getSymbolAddress() function
210 return getSymbolAddress(Name); in getGlobalValueAddress()
214 return getSymbolAddress(Name); in getFunctionAddress()
218 uint64_t FAddr = getSymbolAddress(F->getName()); in getPointerToFunction()
224 uint64_t Addr = getSymbolAddress(Name);
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp158 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredHalfRelocation()
173 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
259 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation()
275 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
/NextBSD/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp73 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbol &S, in getSymbolAddress() function in MachObjectWriter
97 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Layout); in getSymbolAddress()
99 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout); in getSymbolAddress()
367 Address = getSymbolAddress(OrigSymbol, Layout); in writeNlist()
889 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject()
890 uint64_t End = getSymbolAddress(*Data->End, Layout); in writeObject()
HDMCLinkerOptimizationHint.cpp32 encodeULEB128(ObjWriter.getSymbolAddress(**It, Layout), OutStream); in emit_impl()
/NextBSD/contrib/llvm/tools/lli/
HDRemoteMemoryManager.h81 uint64_t getSymbolAddress(const std::string &Name) override { return 0; } in getSymbolAddress() function
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp213 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation()
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
/NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp301 uint64_t MCJIT::getSymbolAddress(const std::string &Name, in getSymbolAddress() function in MCJIT
359 uint64_t Result = getSymbolAddress(Name, false); in getGlobalValueAddress()
367 uint64_t Result = getSymbolAddress(Name, true); in getFunctionAddress()
HDMCJIT.h318 uint64_t getSymbolAddress(const std::string &Name,
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h200 virtual ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const = 0;
311 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress()
HDELFObjectFile.h199 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
390 ELFObjectFile<ELFT>::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress() function
HDMachO.h208 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
HDCOFF.h651 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRTDyldMemoryManager.cpp286 uint64_t Addr = getSymbolAddress(Name); in getPointerToNamedFunction()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRExecutionUnit.h288 virtual uint64_t getSymbolAddress(const std::string &Name);
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCMachObjectWriter.h140 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp628 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) in getSymbolAddress() function in IRExecutionUnit::MemoryManager
722 return (void*)getSymbolAddress(Name); in getPointerToNamedFunction()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp161 ErrorOr<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress() function in COFFObjectFile
HDMachOObjectFile.cpp375 ErrorOr<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress() function in MachOObjectFile