Home
last modified time | relevance | path

Searched refs:IsCrel (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h391 static const bool IsCrel = false;
428 static const bool IsCrel = false;
436 static const bool IsCrel = false;
483 static const bool IsCrel = false;
491 static const bool IsCrel = true;
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1288 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent() local
1293 if (IsCrel) in writeSectionContent()
1297 if (IsCrel) in writeSectionContent()
1304 if (IsCrel) { in writeSectionContent()
/src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1445 if constexpr (ELFT::Is64Bits || RelTy::IsCrel) { in scanOne()
1503 if constexpr (!RelTy::IsCrel) { in scanOne()
1601 if constexpr (RelTy::IsCrel) { in scan()