Home
last modified time | relevance | path

Searched refs:UnitType (Results 1 – 4 of 4) 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/fxjs/
Dcfxjse_formcalc_context.h210 static void UnitType(CFXJSE_Value* pThis,
Dcfxjse_formcalc_context_embeddertest.cpp960 TEST_F(CFXJSE_FormCalcContextEmbedderTest, UnitType) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp262 {"UnitType", CFXJSE_FormCalcContext::UnitType},
2905 void CFXJSE_FormCalcContext::UnitType(CFXJSE_Value* pThis, in UnitType() function in CFXJSE_FormCalcContext