OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateContextDIE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
376
///
getOrCreateContextDIE
- Get context owner's DIE.
377
DIE *
getOrCreateContextDIE
(DIDescriptor Context);
DwarfCompileUnit.cpp
716
///
getOrCreateContextDIE
- Get context owner's DIE.
717
DIE *CompileUnit::
getOrCreateContextDIE
(DIDescriptor Context) {
730
if (DIE *ContextDIE =
getOrCreateContextDIE
(Context))
[
all
...]
DwarfDebug.cpp
803
if (DIE *D = TheCU->
getOrCreateContextDIE
(Module.getContext()))
[
all
...]
Completed in 32 milliseconds