/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 176 Value += Writer->getSymbolAddress(&A_SD, Layout) - in RecordX86_64Relocation() 177 (A_Base == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout)); in RecordX86_64Relocation() 178 Value -= Writer->getSymbolAddress(&B_SD, Layout) - in RecordX86_64Relocation() 179 (B_Base == NULL ? 0 : Writer->getSymbolAddress(B_Base, Layout)); in RecordX86_64Relocation() 239 Value += Writer->getSymbolAddress(&SD, Layout); in RecordX86_64Relocation() 358 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout); in RecordScatteredRelocation() 377 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordScatteredRelocation() 433 FixedValue = (FixupAddress - Writer->getSymbolAddress(SD_B, Layout) + in RecordTLVPRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 160 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout); in RecordARMScatteredHalfRelocation() 176 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordARMScatteredHalfRelocation() 266 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout); in RecordARMScatteredRelocation() 281 Value2 = Writer->getSymbolAddress(B_SD, Layout); in RecordARMScatteredRelocation()
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 65 uint64_t MachObjectWriter::getSymbolAddress(const MCSymbolData* SD, in getSymbolAddress() function in MachObjectWriter 86 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData( in getSymbolAddress() 89 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData( in getSymbolAddress() 321 Address = getSymbolAddress(&Data, Layout); in WriteNlist() 798 uint64_t Start = getSymbolAddress(&Layout.getAssembler().getSymbolData(*Data->Start), Layout); in WriteObject() 799 uint64_t End = getSymbolAddress(&Layout.getAssembler().getSymbolData(*Data->End), Layout); in WriteObject()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 74 void *getSymbolAddress(StringRef Name);
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 141 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 126 uint64_t getSymbolAddress(const MCSymbolData* SD,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 268 void *getSymbolAddress(StringRef Name) { in getSymbolAddress() function
|
D | RuntimeDyld.cpp | 478 void *RuntimeDyld::getSymbolAddress(StringRef Name) { in getSymbolAddress() function in llvm::RuntimeDyld 479 return Dyld->getSymbolAddress(Name); in getSymbolAddress()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 58 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
|
D | ObjectFile.h | 290 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0; 417 return OwningObject->getSymbolAddress(SymbolPimpl, Result); in getAddress()
|
D | COFF.h | 112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
|
D | ELF.h | 536 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 848 ::getSymbolAddress(DataRefImpl Symb,
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 125 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 152 error_code MachOObjectFile::getSymbolAddress(DataRefImpl DRI, in getSymbolAddress() function in llvm::object::MachOObjectFile
|
/external/mesa3d/src/pixelflinger2/ |
D | shader.cpp | 430 instance->function = reinterpret_cast<void (*)()>(instance->exec->getSymbolAddress(mainName)); in CodeGen()
|