Searched refs:LLVMStyle (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Format/ |
D | Format.cpp | 488 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 416 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> { class 420 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle() function in __anond329e2bf0111::LLVMStyle 1442 ELFDumperStyle.reset(new LLVMStyle<ELFT>(Writer, this)); in ELFDumper() 3937 template <class ELFT> void LLVMStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders() 3996 void LLVMStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections() 4029 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations() 4057 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) { in printRelocations() 4096 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation() 4126 template <class ELFT> void LLVMStyle<ELFT>::printSections(const ELFO *Obj) { in printSections() 4207 void LLVMStyle<ELFT>::printSymbol(const ELFO *Obj, const Elf_Sym *Symbol, in printSymbol() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 354 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> { class 357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle() function in __anon79be9f670111::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 …]
|