OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIEUnit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp
198
const
DIEUnit
*Unit = getUnit();
199
assert(Unit && "DIE must be owned by a
DIEUnit
to get its absolute offset");
214
DIEUnit
*DIE::getUnit() const {
217
return UnitDie->Owner.dyn_cast<
DIEUnit
*>();
314
//
DIEUnit
Implementation
316
DIEUnit
::
DIEUnit
(dwarf::Tag UnitTag)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
40
class
DIEUnit
;
741
friend class
DIEUnit
;
757
///
DIEUnit
which contains this DIE as its unit DIE.
758
PointerUnion<DIE *,
DIEUnit
*> Owner;
838
/// \returns the
DIEUnit
that represents the compile or type unit that owns
840
DIEUnit
*getUnit() const;
872
class
DIEUnit
{
874
/// DIE so that we can calculate the
DIEUnit
from any DIE by traversing the
876
///
DIEUnit
. This allows us to be able to find the
DIEUnit
for any DIE withou
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026