OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasExtraFiles
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugInlineeLinesSubsection.cpp
30
if (
HasExtraFiles
) {
49
Lines.getExtractor().
HasExtraFiles
=
hasExtraFiles
();
57
bool DebugInlineeLinesSubsectionRef::
hasExtraFiles
() const {
62
DebugChecksumsSubsection &Checksums, bool
HasExtraFiles
)
64
HasExtraFiles
(
HasExtraFiles
) {}
72
if (
HasExtraFiles
) {
85
if (
HasExtraFiles
)
95
if (!
HasExtraFiles
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h
56
bool
HasExtraFiles
= false;
78
bool
hasExtraFiles
() const;
96
bool
HasExtraFiles
= false);
108
bool
hasExtraFiles
() const { return
HasExtraFiles
; }
109
void setHasExtraFiles(bool Has) {
HasExtraFiles
= Has; }
116
bool
HasExtraFiles
= false;
Completed in 18 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026