Searched refs:isCode (Results 1 – 9 of 9) sorted by relevance
26 FORWARD_SYMBOL_METHOD(isCode)
173 virtual bool isCode() const = 0;
146 bool isCode() const override;
151 bool isCode() const override;
419 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
265 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() argument273 if (isCode) in allocateFromSlab()
1286 bool isCode = si->isText(); in processRelocationRef() local1287 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
1432 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()