Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h661 bool shouldAllocateFileSpace(ArrayRef<ProgramHeader> Phdrs,
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1138 bool llvm::ELFYAML::shouldAllocateFileSpace( in shouldAllocateFileSpace() function in llvm::ELFYAML
1164 if (shouldAllocateFileSpace(Doc.ProgramHeaders, S)) in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp265 !ELFYAML::shouldAllocateFileSpace(Phdrs, in dumpSectionOffsets()