HomeSort by relevance Sort by last modified time
    Searched defs:CompileUnit (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 32 /// CompileUnit - This dwarf writer support class manages information associate
34 class CompileUnit {
76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
77 ~CompileUnit();
DwarfCompileUnit.cpp 32 /// CompileUnit - Compile unit constructor.
33 CompileUnit::CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW)
38 /// ~CompileUnit - Destructor for compile unit.
39 CompileUnit::~CompileUnit() {
46 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
53 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
63 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
72 void CompileUnit::addString(DIE *Die, unsigned Attribute, unsigned Form
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 283 DWARFCompileUnit *CompileUnit = nullptr;
286 explicit operator bool() const { return CompileUnit != nullptr; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
debuginfo.c 39 LLVMMetadataRef CompileUnit = LLVMDIBuilderCreateCompileUnit(DIB,
44 LLVMDIBuilderCreateModule(DIB, CompileUnit,
51 LLVMDIBuilderCreateModule(DIB, CompileUnit,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.h 50 class CompileUnit;
56 /// are created from the compile unit (dwarfgen::CompileUnit::getUnitDIE()) or
59 dwarfgen::CompileUnit *CU;
64 friend class CompileUnit;
66 DIE(CompileUnit *U = nullptr, llvm::DIE *D = nullptr) : CU(U), Die(D) {}
150 class CompileUnit {
155 CompileUnit(Generator &D, uint16_t V, uint8_t A)
252 std::vector<std::unique_ptr<CompileUnit>> CompileUnits;
291 /// \returns a dwarfgen::CompileUnit that can be used to retrieve the compile
294 dwarfgen::CompileUnit &addCompileUnit()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 1 //===- tools/dsymutil/CompileUnit.h - Dwarf debug info linker ---*- C++ -*-===//
51 class CompileUnit {
80 CompileUnit(DWARFUnit &OrigUnit, unsigned ID, bool CanUseODR,
163 void noteForwardReference(DIE *Die, const CompileUnit *RefUnit,
273 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>>
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 328 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1));
329 if (!GCovFile || !CompileUnit) continue;
330 if (CompileUnit == CU) {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 435 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1));
436 if (!GCovFile || !CompileUnit) continue;
437 if (CompileUnit == CU) {
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 76 class CompileUnit;
128 bool setLastSeenDIE(CompileUnit &U, const DWARFDebugInfoEntryMinimal *Die);
176 const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &Unit,
185 class CompileUnit {
198 CompileUnit(DWARFUnit &OrigUnit, unsigned ID, bool CanUseODR,
214 CompileUnit(CompileUnit &&RHS)
218 // The CompileUnit container has been 'reserve()'d with the right
275 void noteForwardReference(DIE *Die, const CompileUnit *RefUnit,
350 std::vector<std::tuple<DIE *, const CompileUnit *, DeclContext *
    [all...]

Completed in 1465 milliseconds