OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseRangesSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
363
bool
UseRangesSection
= true;
707
bool
useRangesSection
() const { return
UseRangesSection
; }
DwarfDebug.cpp
411
UseRangesSection
= !NoDwarfRangesSection && !TT.isNVPTX();
1356
if (NumRanges > 1 &&
useRangesSection
())
3011
assert(
useRangesSection
());
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp
1180
const bool
UseRangesSection
=
1183
CreateDwarfSectionSymbols |=
UseRangesSection
;
1201
if (
UseRangesSection
) {
Completed in 28 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026