| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | ExecutableFileMemoryManager.cpp | 27 bool IsCode, in allocateSection() argument 39 if (!IsCode && (SectionName == ".strtab" || SectionName == ".symtab" || in allocateSection() 45 if (IsCode) in allocateSection() 69 BinarySection::getFlags(IsReadOnly, IsCode, true), Ret, Size, Alignment); in allocateSection() 76 << (IsCode ? "code" : (IsReadOnly ? "read-only data" : "data")) in allocateSection()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 189 bool IsCode = SecB.isText(); in processSubtractRelocation() local 191 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 215 bool IsCode = SecA.isText(); in processSubtractRelocation() local 217 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 175 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 188 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 399 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 335 bool IsCode = SI->isText(); in loadObjectImpl() local 338 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 378 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 436 bool IsCode = SI->isText(); in loadObjectImpl() local 438 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 559 bool IsCode = Section.isText(); in computeTotalAllocSize() local 589 if (IsCode) { in computeTotalAllocSize() 802 bool IsCode) { in emitSection() argument 871 } else if (IsCode) { in emitSection() 933 bool IsCode, in findOrEmitSection() argument [all …]
|
| H A 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()
|
| H A D | RuntimeDyldImpl.h | 373 bool IsCode); 381 const SectionRef &Section, bool IsCode,
|
| H A D | RuntimeDyldELF.cpp | 767 bool IsCode = TSI->isText(); in findOPDEntrySection() local 768 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
| /llvm-project-15.0.7/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() 233 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
| H A D | RDFCopy.cpp | 73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 165 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 | HexagonOptAddrMode.cpp | 768 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | ExecutableFileMemoryManager.h | 27 bool IsCode, bool IsReadOnly);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 273 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() 470 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo() 782 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) in computeLiveIns() 798 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 55 bool IsCode = false; member 114 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation() 529 Field.IsCode = true; in parseFieldType()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 805 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local 817 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 481 BA.Addr->members_if(DataFlowGraph::IsCode<NodeAttrs::Stmt>, DFG)) { in getGadgetGraph()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 787 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
|