Searched defs:IsCode (Results 1 – 10 of 10) 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
336 bool IsCode = SI->isText(); in loadObjectImpl() local382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local440 bool IsCode = SI->isText(); in loadObjectImpl() local556 bool IsCode = Section.isText(); in computeTotalAllocSize() local803 bool IsCode) { in emitSection()929 bool IsCode, in findOrEmitSection()
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
771 bool IsCode = TSI->isText(); in findOPDEntrySection() local
465 const bool IsCode = (*TypeOrErr & SymbolRef::ST_Function); in accumulateLocs() local
819 bool IsCode = i.getCOFFImportHeader()->getType() == COFF::IMPORT_CODE; in printCOFFSymbolTable() local
58 bool IsCode = false; member
821 template <uint16_t Kind> static bool IsCode(const Node BA) { in IsCode() function