OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDwoUnit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
93
bool
isDwoUnit
() const override;
96
if (
isDwoUnit
() && !DD->shareAcrossDWOCUs())
102
if (
isDwoUnit
() && !DD->shareAcrossDWOCUs())
DwarfUnit.h
347
virtual bool
isDwoUnit
() const = 0;
360
bool
isDwoUnit
() const override;
DwarfUnit.cpp
197
if (
isDwoUnit
() && !DD->shareAcrossDWOCUs())
265
isDwoUnit
() ? dwarf::DW_FORM_GNU_str_index : dwarf::DW_FORM_strp;
1698
isDwoUnit
() ? "debug_info_dwo" : "debug_info", "Length of Unit");
1757
bool DwarfTypeUnit::
isDwoUnit
() const {
1776
if (
isDwoUnit
())
DwarfCompileUnit.cpp
471
if (!
isDwoUnit
()) {
583
if (
isDwoUnit
())
1516
bool DwarfCompileUnit::
isDwoUnit
() const {
Completed in 33 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026