Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp97 ElfType OutputElfType) { in createWriter() argument
102 switch (OutputElfType) { in createWriter()
172 StringRef File, ElfType OutputElfType) { in splitDWOToFile() argument
179 auto Writer = createWriter(Config, *DWOFile, FB, OutputElfType); in splitDWOToFile()
264 splitDWOToFile(Config, Reader, Config.SplitDWO, OutputElfType); in handleArgs()
541 const ElfType OutputElfType = getOutputElfType( in executeObjcopyOnRawBinary() local
543 handleArgs(Config, *Obj, Reader, OutputElfType); in executeObjcopyOnRawBinary()
545 createWriter(Config, *Obj, Out, OutputElfType); in executeObjcopyOnRawBinary()
555 const ElfType OutputElfType = in executeObjcopyOnBinary() local
571 handleArgs(Config, *Obj, Reader, OutputElfType); in executeObjcopyOnBinary()
[all …]