Home
last modified time | relevance | path

Searched defs:pSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/COFF/
DWriter.cpp688 PartialSection *pSec = it.second; in fixPartialSectionChars() local
723 PartialSection *pSec = it.second; in fixGnuImportChunks() local
760 PartialSection *pSec = createPartialSection(n, rdata); in addSyntheticIdata() local
880 PartialSection *pSec = createPartialSection(name, in createSections() local
906 PartialSection *pSec = it.second; in createSections() local
2038 PartialSection *&pSec = partialSections[{name, outChars}]; in createPartialSection() local
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp826 void GetLocalTimeZone(int32_t* pHour, int32_t* pMin, int32_t* pSec) { in GetLocalTimeZone()