Home
last modified time | relevance | path

Searched refs:UnitType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h59 template<typename UnitType>
60 class DWARFUnitSection final : public SmallVector<std::unique_ptr<UnitType>, 1>,
67 SmallVector<std::unique_ptr<UnitType>, 1>(std::move(DUS)), Parsed(DUS.Parsed) {} in DWARFUnitSection()
69 typedef llvm::SmallVectorImpl<std::unique_ptr<UnitType>> UnitVector;
73 UnitType *getUnitForOffset(uint32_t Offset) const override { in getUnitForOffset()
76 [](uint32_t LHS, const std::unique_ptr<UnitType> &RHS) { in getUnitForOffset()
90 const auto &Index = getDWARFUnitIndex(Context, UnitType::Section); in parseImpl()
94 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS, in parseImpl()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.h213 static void UnitType(FXJSE_HOBJECT hThis,
Dxfa_fm2jscontext.cpp3324 void CXFA_FM2JSContext::UnitType(FXJSE_HOBJECT hThis, in UnitType() function in CXFA_FM2JSContext
7103 {"UnitType", CXFA_FM2JSContext::UnitType},