Home
last modified time | relevance | path

Searched refs:IsCode (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp268 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 …]
DRuntimeDyldMachO.cpp77 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/
DRuntimeDyldMachOX86_64.h191 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()
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h171 bool IsCode = SecI->isText(); in processRelocationRef() local
174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
DRuntimeDyldMachOARM.h252 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/
DRuntimeDyldMachOX86_64.h190 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()
DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h256 bool IsCode = SecI->isText(); in processRelocationRef() local
259 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h190 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()
DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h384 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/
DRuntimeDyld.cpp324 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 …]
DRuntimeDyldMachO.cpp78 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/
DRuntimeDyld.cpp333 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 …]
DRuntimeDyldMachO.cpp78 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/
DRDFDeadCode.cpp73 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()
DRDFCopy.cpp123 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
204 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
/external/llvm-project/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp84 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()
DRDFCopy.cpp73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
DHexagonRDFOpt.cpp164 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/
DRDFDeadCode.cpp84 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()
DRDFCopy.cpp73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
DHexagonRDFOpt.cpp164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run()
216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()

12