Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp488 FormatStyle LLVMStyle; in getLLVMStyle() local
489 LLVMStyle.Language = FormatStyle::LK_Cpp; in getLLVMStyle()
490 LLVMStyle.AccessModifierOffset = -2; in getLLVMStyle()
491 LLVMStyle.AlignEscapedNewlinesLeft = false; in getLLVMStyle()
492 LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align; in getLLVMStyle()
493 LLVMStyle.AlignOperands = true; in getLLVMStyle()
494 LLVMStyle.AlignTrailingComments = true; in getLLVMStyle()
495 LLVMStyle.AlignConsecutiveAssignments = false; in getLLVMStyle()
496 LLVMStyle.AlignConsecutiveDeclarations = false; in getLLVMStyle()
497 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true; in getLLVMStyle()
[all …]
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp354 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> { class
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle() function in __anona2de969d0111::LLVMStyle
1361 ELFDumperStyle.reset(new LLVMStyle<ELFT>(Writer, this)); in ELFDumper()
3163 template <class ELFT> void LLVMStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders()
3208 void LLVMStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections()
3242 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations()
3265 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) { in printRelocations()
3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation()
3316 template <class ELFT> void LLVMStyle<ELFT>::printSections(const ELFO *Obj) { in printSections()
3395 void LLVMStyle<ELFT>::printSymbol(const ELFO *Obj, const Elf_Sym *Symbol, in printSymbol()
[all …]