HomeSort by relevance Sort by last modified time
    Searched refs:DumpType (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) {
79 if (DumpType == DIDT_All || DumpType == DIDT_Abbrev) {
84 if (DumpType == DIDT_All || DumpType == DIDT_AbbrevDwo)
90 if (DumpType == DIDT_All || DumpType == DIDT_Info) {
96 if ((DumpType == DIDT_All || DumpType == DIDT_InfoDwo) &&
103 if ((DumpType == DIDT_All || DumpType == DIDT_Types) && getNumTypeUnits())
    [all...]
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.h 40 enum class DumpType {
49 ANDROID_API static Dump* createDump(int outFd, DumpType type);
GraphicsStatsService.cpp 310 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {}
312 DumpType type() { return mType; }
317 DumpType mType;
321 GraphicsStatsService::Dump* GraphicsStatsService::createDump(int outFd, DumpType type) {
342 if (dump->type() == DumpType::Protobuf) {
354 if (dump->type() == DumpType::Protobuf) {
362 if (dump->type() == DumpType::Protobuf) {
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 42 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 44 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 44 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 42 static cl::opt<DIDumpType> DumpType(
89 DICtx->dump(outs(), DumpType);
  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 37 ? GraphicsStatsService::DumpType::Protobuf : GraphicsStatsService::DumpType::Text);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/
DIContext.h 153 DIDumpType DumpType = DIDT_All;
173 virtual bool verify(raw_ostream &OS, DIDumpType DumpType = DIDT_All) {
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 105 MINIDUMP_TYPE DumpType,
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 141 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 32 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 501 DumpType(p->ret, f);
514 DumpType(p->ret, f);
602 DumpType(p->ret, f);
750 DumpType( char *s, FILE *f )
752 DumpType( s, f )
765 require(s!=NULL, "DumpType: invalid type string");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 161 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 161 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/
DIContext.h 140 unsigned DumpType = DIDT_All;

Completed in 1011 milliseconds

1 2