Searched defs:IsCode (Results 1 – 12 of 12) sorted by relevance
189 bool IsCode = SecB.isText(); in processSubtractRelocation() local215 bool IsCode = SecA.isText(); in processSubtractRelocation() local
172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
36 LLVMBool IsCode; member46 void *addSection(size_t Size, LLVMBool IsCode) { in addSection()
336 bool IsCode = SI->isText(); in loadObjectImpl() local 382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 440 bool IsCode = SI->isText(); in loadObjectImpl() local 556 bool IsCode = Section.isText(); in computeTotalAllocSize() local 803 emitSection(const ObjectFile & Obj,const SectionRef & Section,bool IsCode) emitSection() argument 929 findOrEmitSection(const ObjectFile & Obj,const SectionRef & Section,bool IsCode,ObjSectionToIDMap & LocalSections) findOrEmitSection() argument [all...]
127 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local 78 bool IsCode = TargetSection.isText(); processScatteredVANILLA() local
772 bool IsCode = TSI->isText(); findOPDEntrySection() local
110 auto IsCode = (Prot & orc::MemProt::Exec) != orc::MemProt::None; in updateSection() local
465 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs() local
819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; printCOFFSymbolTable() local
58 bool IsCode = false; global() member
821 template <uint16_t Kind> static bool IsCode(const Node BA) { in IsCode() function