| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A 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() 792 bool IsCode) { in emitSection() argument 854 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() [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 | 732 bool IsCode = TSI->isText(); in findOPDEntrySection() local 733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 692 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 274 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() 472 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo() 784 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 57 bool IsCode = false; member 116 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation() 531 Field.IsCode = true; in parseFieldType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 638 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local 650 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 788 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 480 BA.Addr->members_if(DataFlowGraph::IsCode<NodeAttrs::Stmt>, DFG)) { in getGadgetGraph()
|