Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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()
H A 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()
H A DRuntimeDyldMachOARM.h382 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 DRuntimeDyldCOFFX86_64.h257 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 DRuntimeDyld.cpp325 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 DRuntimeDyldMachO.cpp79 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 DRuntimeDyldImpl.h397 bool IsCode);
405 const SectionRef &Section, bool IsCode,
H A DRuntimeDyldELF.cpp657 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 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()
H A DRDFCopy.cpp74 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
166 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
H A 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()
H A DRDFLiveness.cpp236 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 DRDFGraph.h793 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
H A DHexagonOptAddrMode.cpp691 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp620 bool IsCode = i->getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
632 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()