Home
last modified time | relevance | path

Searched refs:isNullSymbol (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceFixups.cpp25 if (isNullSymbol()) in offset()
35 assert(!isNullSymbol()); in symbol()
54 if (isNullSymbol()) { in emit()
DIceFixups.h49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol() function
DIceELFSection.cpp78 if (!F.isNullSymbol()) { in addRelocations()
DIceELFSection.h361 if (Fixup.isNullSymbol()) { in writeData()