| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A 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()
|
| H A 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()
|
| H A D | RuntimeDyldMachOARM.h | 382 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 385 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 398 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 257 bool IsCode = SecI->isText(); in processRelocationRef() local 260 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 325 bool IsCode = SI->isText(); in loadObjectImpl() local 328 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 363 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 365 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 492 bool IsCode = Section.isText(); in computeTotalAllocSize() local 513 if (IsCode) { in computeTotalAllocSize() 715 bool IsCode) { in emitSection() argument 758 if (IsCode) { in emitSection() 770 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() 829 bool IsCode, in findOrEmitSection() argument [all …]
|
| H A D | RuntimeDyldMachO.cpp | 79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 82 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 128 bool IsCode = Sec.isText(); in getRelocationValueRef() local 129 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
| H A D | RuntimeDyldImpl.h | 397 bool IsCode); 405 const SectionRef &Section, bool IsCode,
|
| H A D | RuntimeDyldELF.cpp | 657 bool IsCode = TSI->isText(); in findOPDEntrySection() local 658 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A 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()
|
| H A D | RDFCopy.cpp | 74 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 166 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
| H A 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()
|
| H A D | RDFLiveness.cpp | 236 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() 434 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo() 729 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) in computeLiveIns() 745 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns()
|
| H A D | RDFGraph.h | 793 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
|
| H A D | HexagonOptAddrMode.cpp | 691 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 620 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local 632 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()
|