Home
last modified time | relevance | path

Searched refs:PrevSection (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h248 const MCSection *PrevSection; variable
630 const MCSection *getPrevSection() const { return PrevSection; } in getPrevSection()
DDwarfDebug.cpp1549 PrevSection = nullptr; in endFunction()
1593 PrevSection = Asm->getCurrentSection(); in endFunction()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h305 virtual FX_BOOL PrevSection() = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h124 virtual FX_BOOL PrevSection() = 0;
Dfxet_edit.h788 FX_BOOL PrevSection();
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h627 FX_BOOL PrevSection();
Ddoc_vt.cpp1769 FX_BOOL CPDF_VariableText_Iterator::PrevSection() in PrevSection() function in CPDF_VariableText_Iterator
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp59 FX_BOOL CFX_Edit_Iterator::PrevSection() in PrevSection() function in CFX_Edit_Iterator
63 return m_pVTIterator->PrevSection(); in PrevSection()