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>,
65 typedef llvm::SmallVectorImpl<std::unique_ptr<UnitType>> UnitVector;
69 UnitType *getUnitForOffset(uint32_t Offset) const override { in getUnitForOffset()
72 [](uint32_t LHS, const std::unique_ptr<UnitType> &RHS) { in getUnitForOffset()
87 const auto &Index = getDWARFUnitIndex(Context, UnitType::Section); in parseImpl()
91 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS, in parseImpl()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h226 static void UnitType(CFXJSE_Value* pThis,
Dxfa_fm2jscontext.cpp298 {"UnitType", CXFA_FM2JSContext::UnitType},
3027 void CXFA_FM2JSContext::UnitType(CFXJSE_Value* pThis, in UnitType() function in CXFA_FM2JSContext