OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugLocListIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
112
/// location changes over time use \a
DebugLocListIndex
, while those with a
118
unsigned
DebugLocListIndex
= ~0u;
176
void setDebugLocListIndex(unsigned O) {
DebugLocListIndex
= O; }
177
unsigned getDebugLocListIndex() const { return
DebugLocListIndex
; }
DwarfDebug.cpp
294
assert(
DebugLocListIndex
== ~0U && !ValueLoc.get() && "not an MMI entry");
295
assert(V.
DebugLocListIndex
== ~0U && !V.ValueLoc.get() && "not an MMI entry");
Completed in 58 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026