Home
last modified time | relevance | path

Searched defs:isRela (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h248 bool isRela() const { return Header.sh_type == SHT_RELA; } in isRela() function
/external/llvm-project/lld/ELF/
DConfig.h331 bool isRela; member
DSyntheticSections.cpp1402 bool isRela = config->isRela; in finalizeContents() local