Home
last modified time | relevance | path

Searched refs:getAnyRelocationPCRel (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp570 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()
591 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h482 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp100 R.is_pcrel = Obj.getAnyRelocationPCRel(RE); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp440 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()
821 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()
2717 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
2755 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()
6898 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4228 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile