Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c37 LLVMBool IsCode; member
47 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() argument
71 Sections[SectionCount].IsCode = IsCode; in addSection()
102 if (Sections[i].IsCode) { in memFinalize()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h189 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 DRuntimeDyldMachOI386.h172 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 DRuntimeDyldMachOARM.h383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
399 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp336 bool IsCode = SI->isText(); in loadObjectImpl() local
339 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
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()
803 bool IsCode) { in emitSection() argument
866 } else if (IsCode) { in emitSection()
929 bool IsCode, in findOrEmitSection() argument
[all …]
H A DRuntimeDyldMachO.cpp78 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 DRuntimeDyldImpl.h373 bool IsCode);
381 const SectionRef &Section, bool IsCode,
H A DRuntimeDyldELF.cpp767 bool IsCode = TSI->isText(); in findOPDEntrySection() local
768 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
/openbsd/gnu/llvm/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()
233 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
H A DRDFCopy.cpp73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
165 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 DHexagonOptAddrMode.cpp768 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) in processBlock()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp273 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs()
470 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo()
781 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) in computeLiveIns()
797 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp55 bool IsCode = false; member
114 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation()
529 Field.IsCode = true; in parseFieldType()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp809 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
821 << "(ty " << format("%3x", (IsCode && Index) ? 32 : 0) << ")" in printCOFFSymbolTable()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h791 static bool IsCode(const NodeAddr<NodeBase*> BA) { in IsCode() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp480 BA.Addr->members_if(DataFlowGraph::IsCode<NodeAttrs::Stmt>, DFG)) { in getGadgetGraph()