Searched refs:UnitType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 59 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/ |
D | cfxjse_formcalc_context.h | 210 static void UnitType(CFXJSE_Value* pThis,
|
D | cfxjse_formcalc_context_embeddertest.cpp | 960 TEST_F(CFXJSE_FormCalcContextEmbedderTest, UnitType) { in TEST_F() argument
|
D | cfxjse_formcalc_context.cpp | 262 {"UnitType", CFXJSE_FormCalcContext::UnitType}, 2905 void CFXJSE_FormCalcContext::UnitType(CFXJSE_Value* pThis, in UnitType() function in CFXJSE_FormCalcContext
|