Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h392 static const bool IsCrel = false;
429 static const bool IsCrel = false;
437 static const bool IsCrel = false;
484 static const bool IsCrel = false;
492 static const bool IsCrel = true;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1281 const bool IsCrel = Section.Type == llvm::ELF::SHT_CREL; in writeSectionContent() local
1286 if (IsCrel) in writeSectionContent()
1290 if (IsCrel) in writeSectionContent()
1297 if (IsCrel) { in writeSectionContent()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1503 if constexpr (ELFT::Is64Bits || RelTy::IsCrel) { in scanOne()
1562 if constexpr (!RelTy::IsCrel) { in scanOne()
1663 if constexpr (RelTy::IsCrel) { in scan()