Home
last modified time | relevance | path

Searched refs:Phdrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h757 bool shouldAllocateFileSpace(ArrayRef<ProgramHeader> Phdrs,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1230 ArrayRef<ELFYAML::ProgramHeader> Phdrs, const ELFYAML::NoBitsSection &S) { in shouldAllocateFileSpace() argument
1231 for (const ELFYAML::ProgramHeader &PH : Phdrs) { in shouldAllocateFileSpace()