Searched refs:isCode (Results 1 – 9 of 9) sorted by relevance
28 FORWARD_SYMBOL_METHOD(isCode)
178 virtual bool isCode() const = 0;
196 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() argument203 if (isCode) in allocateFromSlab()
152 bool isCode() const override;
147 bool isCode() const override;
421 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
1162 bool isCode = si->isText(); in processRelocationRef() local1163 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
951 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
1360 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()