Home
last modified time | relevance | path

Searched defs:LLVMStyle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go61 LLVMStyle const
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp354 template <typename ELFT> class LLVMStyle : public DumpStyle<ELFT> { class
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle() function in __anoncf45b2140111::LLVMStyle
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp488 FormatStyle LLVMStyle; in getLLVMStyle() local