Home
last modified time | relevance | path

Searched refs:DIDumpType (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h45 extern DIDumpType DwarfDumpType;
H A Dllvm-objdump.cpp187 DIDumpType objdump::DwarfDumpType;
2430 StringSwitch<DIDumpType>(A->getValue()).Case("frames", DIDT_DebugFrame); in parseObjdumpOptions()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h176 enum DIDumpType : unsigned { enum