OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfFile
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp
1
//===- llvm/CodeGen/
DwarfFile
.cpp - Dwarf Debug Framework -----------------===//
9
#include "
DwarfFile
.h"
22
DwarfFile
::
DwarfFile
(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA)
25
void
DwarfFile
::addUnit(std::unique_ptr<DwarfCompileUnit> U) {
31
void
DwarfFile
::emitUnits(bool UseOffsets) {
36
void
DwarfFile
::emitUnit(DwarfUnit *TheU, bool UseOffsets) {
59
void
DwarfFile
::computeSizeAndOffsets() {
82
unsigned
DwarfFile
::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) {
94
unsigned
DwarfFile
::computeSizeAndOffset(DIE &Die, unsigned Offset)
[
all
...]
DwarfFile.h
1
//===- llvm/CodeGen/
DwarfFile
.h - Dwarf Debug Framework ---------*- C++ -*-===//
49
class
DwarfFile
{
99
DwarfFile
(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
DwarfUnit.h
53
DwarfFile
*DU;
74
DwarfFile
*DWU);
364
DwarfFile
*DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
DwarfCompileUnit.h
39
class
DwarfFile
;
111
DwarfDebug *DW,
DwarfFile
*DWU,
DwarfDebug.h
19
#include "
DwarfFile
.h"
335
DwarfFile
InfoHolder;
417
DwarfFile
SkeletonHolder;
546
void emitDebugRangesImpl(const
DwarfFile
&Holder, MCSection *Section);
DwarfDebug.cpp
1197
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
2222
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
2228
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
2234
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
2433
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
2633
const
DwarfFile
&Holder) {
3007
void DwarfDebug::emitDebugRangesImpl(const
DwarfFile
&Holder, MCSection *Section) {
3408
DwarfFile
&Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder;
DwarfUnit.cpp
91
AsmPrinter *A, DwarfDebug *DW,
DwarfFile
*DWU)
96
DwarfDebug *DW,
DwarfFile
*DWU,
DwarfCompileUnit.cpp
60
DwarfFile
*DWU, UnitKind Kind)
/src/external/apache2/llvm/lib/libLLVMAsmPrinter/
Makefile
26
DwarfFile
.cpp \
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp
420
OutputLocation(std::string
DWARFFile
, Optional<std::string> ResourceDir = {})
421
:
DWARFFile
(
DWARFFile
), ResourceDir(ResourceDir) {}
424
std::string
DWARFFile
;
458
std::string
DwarfFile
=
462
Path =
DwarfFile
+ ".dSYM";
466
if (auto E = createPlistFile(
DwarfFile
, Path, Options.Toolchain))
472
sys::path::append(Path, "DWARF", sys::path::filename(
DwarfFile
));
632
std::string OutputFile = OutputLocationOrErr->
DWARFFile
;
688
OutputLocationOrErr->
DWARFFile
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp
356
static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &
DwarfFile
,
359
assert(!
DwarfFile
.Name.empty());
361
LineStr->emitRef(MCOS,
DwarfFile
.Name);
363
MCOS->emitBytes(
DwarfFile
.Name); // FileName and...
366
MCOS->emitULEB128IntValue(
DwarfFile
.DirIndex); // Directory number.
368
const MD5::MD5Result &Cksum = *
DwarfFile
.Checksum;
375
LineStr->emitRef(MCOS,
DwarfFile
.Source.getValueOr(StringRef()));
378
DwarfFile
.Source.getValueOr(StringRef())); // Source and...
Completed in 23 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026