/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 268 bool IsCode = SI->isText(); in loadObjectImpl() local 270 if (auto SectionIDOrErr = findOrEmitSection(Obj, *SI, IsCode, in loadObjectImpl() 306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 435 bool IsCode = Section.isText(); in computeTotalAllocSize() local 456 if (IsCode) { in computeTotalAllocSize() 654 bool IsCode) { in emitSection() argument 697 if (IsCode) in emitSection() 706 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() 755 bool IsCode, in findOrEmitSection() argument [all …]
|
D | RuntimeDyldMachO.cpp | 77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 80 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 125 bool IsCode = Sec.isText(); in getRelocationValueRef() local 126 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 191 bool IsCode = SecB.isText(); in processSubtractRelocation() local 193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 217 bool IsCode = SecA.isText(); in processSubtractRelocation() local 219 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 171 bool IsCode = SecI->isText(); in processRelocationRef() local 174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 252 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 255 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 268 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 190 bool IsCode = SecB.isText(); in processSubtractRelocation() local 192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 216 bool IsCode = SecA.isText(); in processSubtractRelocation() local 218 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 256 bool IsCode = SecI->isText(); in processRelocationRef() local 259 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 190 bool IsCode = SecB.isText(); in processSubtractRelocation() local 192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 216 bool IsCode = SecA.isText(); in processSubtractRelocation() local 218 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 324 bool IsCode = SI->isText(); in loadObjectImpl() local 327 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 366 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 368 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 424 bool IsCode = SI->isText(); in loadObjectImpl() local 426 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 540 bool IsCode = Section.isText(); in computeTotalAllocSize() local 569 if (IsCode) { in computeTotalAllocSize() 774 bool IsCode) { in emitSection() argument 836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() [all …]
|
D | RuntimeDyldMachO.cpp | 78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 127 bool IsCode = Sec.isText(); in getRelocationValueRef() local 128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 333 bool IsCode = SI->isText(); in loadObjectImpl() local 336 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 376 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 378 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 434 bool IsCode = SI->isText(); in loadObjectImpl() local 436 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 550 bool IsCode = Section.isText(); in computeTotalAllocSize() local 579 if (IsCode) { in computeTotalAllocSize() 788 bool IsCode) { in emitSection() argument 850 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() [all …]
|
D | RuntimeDyldMachO.cpp | 78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 127 bool IsCode = Sec.isText(); in getRelocationValueRef() local 128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 73 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr() 151 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect() 223 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
D | RDFCopy.cpp | 123 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 204 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr() 162 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect() 234 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
D | RDFCopy.cpp | 73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
D | HexagonRDFOpt.cpp | 164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr() 162 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect() 234 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
D | RDFCopy.cpp | 73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
D | HexagonRDFOpt.cpp | 164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
|