OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugLocs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
351
: DebugHandlerBase(A),
DebugLocs
(A->OutStreamer->isVerboseAsm()),
1209
DebugLocs
.setSym(Asm->createTempSymbol("loclists_table_base"));
1376
if (!
DebugLocs
.getLists().empty()) {
1379
DebugLocs
.getSym(),
1842
DebugLocStream::ListBuilder List(
DebugLocs
, TheCU, *Asm, *RegVar, *MInsn);
2441
auto &&Comments =
DebugLocs
.getComments(Entry);
2451
DWARFDataExtractor Data(StringRef(
DebugLocs
.getBytes(Entry).data(),
2452
DebugLocs
.getBytes(Entry).size()),
2615
Asm->emitULEB128(
DebugLocs
.getBytes(Entry).size());
2616
else if (
DebugLocs
.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()
[
all
...]
DwarfDebug.h
117
/// Index of the entry list in
DebugLocs
.
119
/// DW_OP_LLVM_tag_offset value from
DebugLocs
.
316
DebugLocStream
DebugLocs
;
785
const DebugLocStream &getDebugLocs() const { return
DebugLocs
; }
Completed in 14 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026