Home
last modified time | relevance | path

Searched defs:IsCode (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.h38 bool IsCode; member
H A DRemoteTargetExternal.cpp138 bool IsCode) { in SendLoadSection()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp200 bool IsCode = SI->isText(); in loadObjectImpl() local
229 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
319 bool IsCode = Section.isText(); in computeTotalAllocSize() local
483 const SectionRef &Section, bool IsCode) { in emitSection()
568 bool IsCode, in findOrEmitSection()
H A DRuntimeDyldMachO.cpp78 bool IsCode = Sec.isText(); in getRelocationValueRef() local
H A DRuntimeDyldELF.cpp669 bool IsCode = tsi->isText(); in findOPDEntrySection() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h156 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
211 bool IsCode = TargetSection.isText(); in processI386ScatteredVANILLA() local
H A DRuntimeDyldMachOARM.h236 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection()