Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() argument
49 if (IsRela) { in appendRelocationOffset()
DIceELFSection.h128 void appendRelocationOffset(ELFStreamer &Str, bool IsRela,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h361 static const bool IsRela = false;
397 static const bool IsRela = true;
404 static const bool IsRela = false;
450 static const bool IsRela = true;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp798 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
815 if (IsRela) { in writeSectionContent()