Searched refs:isCode (Results 1 – 10 of 10) sorted by relevance
27 FORWARD_SYMBOL_METHOD(isCode)
174 virtual bool isCode() const = 0;
146 bool isCode() const override;
152 bool isCode() const override;
419 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
1289 bool isCode = hdr->getType() == llvm::COFF::IMPORT_CODE; in parse() local1300 if (isCode) { in parse()1326 if (isCode) { in parse()
265 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() argument273 if (isCode) in allocateFromSlab()
950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
1658 bool isCode = si->isText(); in processRelocationRef() local1659 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
1417 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()