| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 336 bool IsCode = SI->isText(); in loadObjectImpl() local 339 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 384 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 440 bool IsCode = SI->isText(); in loadObjectImpl() local 442 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 556 bool IsCode = Section.isText(); in computeTotalAllocSize() local 586 if (IsCode) { in computeTotalAllocSize() 806 bool IsCode) { in emitSection() argument 869 } else if (IsCode) { in emitSection() [all …]
|
| H A D | RuntimeDyldMachO.cpp | 77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 80 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 126 bool IsCode = Sec.isText(); in getRelocationValueRef() local 127 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
| H A D | RuntimeDyldImpl.h | 374 bool IsCode); 382 const SectionRef &Section, bool IsCode,
|
| H A D | RuntimeDyldELF.cpp | 981 bool IsCode = TSI->isText(); in findOPDEntrySection() local 982 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 85 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr() 163 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect() 234 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
| H A D | RDFCopy.cpp | 109 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 205 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
| H A D | HexagonRDFOpt.cpp | 162 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 214 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
|
| H A D | HexagonOptAddrMode.cpp | 1051 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 464 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs() local 466 auto *DWARFCU = IsCode ? DiCtx->getCompileUnitForCodeAddress(Address) in accumulateLocs() 471 const DWARFDie &DIE = IsCode ? DWARFCU->getSubroutineForAddress(Address) in accumulateLocs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 269 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() 467 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo() 783 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) { in computeLiveIns() 800 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 70 bool IsCode = false; member 130 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation() 609 Field.IsCode = true; in parseFieldType()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 837 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local 849 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 476 BA.Addr->members_if(DataFlowGraph::IsCode<NodeAttrs::Stmt>, DFG)) { in getGadgetGraph()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 821 template <uint16_t Kind> static bool IsCode(const Node BA) { in IsCode() function
|