HomeSort by: relevance | last modified time | path
    Searched defs:DwarfFile (Results 1 - 3 of 3) 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);
  /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...]

Completed in 15 milliseconds