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

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

Completed in 158 milliseconds