/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 312 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies() 323 DWARFContext &DICtx) { in toDie() 343 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies() 352 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx, in filterByAccelName() 370 static bool lookup(DWARFContext &DICtx, uint64_t Address, raw_ostream &OS) { in lookup() 394 static bool dumpObjectFile(ObjectFile &Obj, DWARFContext &DICtx, Twine Filename, in dumpObjectFile() 428 static bool verifyObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in verifyObjectFile() 471 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in handleBuffer() local 482 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in handleBuffer() local
|
D | Statistics.cpp | 196 bool collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 38 static bool classof(const DIContext *DICtx) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 40 static bool classof(const DIContext *DICtx) { in classof()
|
/external/llvm/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/fuzzer/ |
D | llvm-dwarfdump-fuzzer.cpp | 34 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 47 std::unique_ptr<DIContext> DICtx) { in create() 86 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 33 std::unique_ptr<DIContext> DICtx) { in create() 72 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 126 static bool classof(const DIContext *DICtx) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 268 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verify() local
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 80 static bool classof(const DIContext *DICtx) { in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 190 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in dump() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject() local
|
D | MachODump.cpp | 1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 2299 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*o); in DumpObject() local
|
D | MachODump.cpp | 1664 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local
|