| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MachObjectWriter.cpp | 183 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/ |
| HD | AArch64MachObjectWriter.cpp | 264 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/ |
| HD | RTDyldMemoryManager.h | 72 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/ |
| HD | OrcMCJITReplacement.h | 189 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/ |
| HD | ARMMachObjectWriter.cpp | 158 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/ |
| HD | MachObjectWriter.cpp | 73 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()
|
| HD | MCLinkerOptimizationHint.cpp | 32 encodeULEB128(ObjWriter.getSymbolAddress(**It, Layout), OutStream); in emit_impl()
|
| /NextBSD/contrib/llvm/tools/lli/ |
| HD | RemoteMemoryManager.h | 81 uint64_t getSymbolAddress(const std::string &Name) override { return 0; } in getSymbolAddress() function
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCMachObjectWriter.cpp | 213 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in recordScatteredRelocation() 226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| HD | MCJIT.cpp | 301 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()
|
| HD | MCJIT.h | 318 uint64_t getSymbolAddress(const std::string &Name,
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 200 virtual ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const = 0; 311 return getObject()->getSymbolAddress(getRawDataRefImpl()); in getAddress()
|
| HD | ELFObjectFile.h | 199 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override; 390 ELFObjectFile<ELFT>::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress() function
|
| HD | MachO.h | 208 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
|
| HD | COFF.h | 651 ErrorOr<uint64_t> getSymbolAddress(DataRefImpl Symb) const override;
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RTDyldMemoryManager.cpp | 286 uint64_t Addr = getSymbolAddress(Name); in getPointerToNamedFunction()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | IRExecutionUnit.h | 288 virtual uint64_t getSymbolAddress(const std::string &Name);
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCMachObjectWriter.h | 140 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRExecutionUnit.cpp | 628 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/ |
| HD | COFFObjectFile.cpp | 161 ErrorOr<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress() function in COFFObjectFile
|
| HD | MachOObjectFile.cpp | 375 ErrorOr<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress() function in MachOObjectFile
|