Searched defs:ObjSectionToID (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 159 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation()
|
H A D | RuntimeDyldMachOI386.h | 35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 147 ObjSectionToIDMap &ObjSectionToID) { in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 275 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 482 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation()
|
H A D | RuntimeDyldMachOARM.h | 102 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 346 ObjSectionToIDMap &ObjSectionToID) { in processHALFSECTDIFFRelocation()
|
H A D | RuntimeDyldCOFFI386.h | 40 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
|
H A D | RuntimeDyldCOFFThumb.h | 63 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
|
H A D | RuntimeDyldCOFFX86_64.h | 193 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
|
H A D | RuntimeDyldCOFFAArch64.h | 145 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA() 99 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef()
|
H A D | RuntimeDyldELF.cpp | 1227 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef()
|