OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCanonicalDIEOffset
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp
95
if (Ctxt && Ctxt->
getCanonicalDIEOffset
())
96
Attr.set(Ctxt->
getCanonicalDIEOffset
());
DWARFLinker.cpp
291
Info.Prune &= Info.Ctxt && Info.Ctxt->
getCanonicalDIEOffset
();
293
Info.Prune &= Info.Ctxt && Info.Ctxt->
getCanonicalDIEOffset
() > 0 &&
294
Info.Ctxt->
getCanonicalDIEOffset
() <= ModulesEndOffset;
647
bool IsModuleRef = Info.Ctxt && Info.Ctxt->
getCanonicalDIEOffset
() &&
662
Info.Ctxt->
getCanonicalDIEOffset
() && isODRAttribute(AttrSpec.Attr))
667
Info.Ctxt->
getCanonicalDIEOffset
()))
892
if (Ctxt && Ctxt->
getCanonicalDIEOffset
()) {
893
DIEInteger Attr(Ctxt->
getCanonicalDIEOffset
());
1361
!Info.Ctxt->
getCanonicalDIEOffset
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h
94
uint32_t
getCanonicalDIEOffset
() const { return CanonicalDIEOffset; }
Completed in 20 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026