Searched refs:CompileUnit (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 15 static bool inFunctionScope(CompileUnit &U, unsigned Idx) { in inFunctionScope() 24 uint16_t CompileUnit::getLanguage() { in getLanguage() 32 void CompileUnit::markEverythingAsKept() { in markEverythingAsKept() 64 uint64_t CompileUnit::computeNextUnitOffset() { in computeNextUnitOffset() 75 void CompileUnit::noteForwardReference(DIE *Die, const CompileUnit *RefUnit, in noteForwardReference() 80 void CompileUnit::fixupForwardReferences() { in fixupForwardReferences() 83 const CompileUnit *RefUnit; in fixupForwardReferences() 94 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() 98 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() 109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() [all …]
|
D | DWARFLinkerDeclContext.cpp | 30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { in setLastSeenDIE() 44 DeclContext &Context, const DWARFDie &DIE, CompileUnit &U, in getChildDeclContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 67 CompileUnit::DIEInfo &Info) = 0; 138 virtual void emitUnitRangesEntries(CompileUnit &Unit, 153 virtual void emitPubNamesForUnit(const CompileUnit &Unit) = 0; 156 virtual void emitPubTypesForUnit(const CompileUnit &Unit) = 0; 169 const CompileUnit &Unit, DWARFContext &Dwarf, 178 virtual void emitCompileUnitHeader(CompileUnit &Unit) = 0;
|
D | DWARFLinkerCompileUnit.h | 50 class CompileUnit { 79 CompileUnit(DWARFUnit &OrigUnit, unsigned ID, bool CanUseODR, in CompileUnit() function 164 void noteForwardReference(DIE *Die, const CompileUnit *RefUnit, 274 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>>
|
D | DWARFLinkerDeclContext.h | 88 bool setLastSeenDIE(CompileUnit &U, const DWARFDie &Die); 133 CompileUnit &Unit, UniquingStringPool &StringPool,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 312 DWARFCompileUnit *CompileUnit = nullptr; member 315 explicit operator bool() const { return CompileUnit != nullptr; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 23 class CompileUnit; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 949 Result.CompileUnit = CU; in getDIEsForAddress()
|