OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgObj
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-objdump/
MachODump.cpp
291
ObjectFile *
DbgObj
= MachOOF;
302
DbgObj
= ObjectFile::createMachOObjectFile(Buf.take());
306
diContext.reset(DIContext::getDWARFContext(
DbgObj
));
/external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp
292
ObjectFile *
DbgObj
= getObjectFileFromBinary(Binaries.second, ArchName);
299
DIContext *Context = DIContext::getDWARFContext(
DbgObj
);
Completed in 43 milliseconds