Home
last modified time | relevance | path

Searched refs:SecStart (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp615 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable() local
759 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
768 SecStart = W.OS.tell(); in computeSymbolTable()
774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1095 const uint64_t SecStart = align(Section.getAlignment()); in writeObject() local
1101 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1140 const uint64_t SecStart = align(Group->getAlignment()); in writeObject() local
1151 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1172 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject() local
1178 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp785 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument
787 Data = SecStart; in decompressSection()
788 End = SecStart + SecSize; in decompressSection()
826 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local
838 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
840 SecStart = DecompressBuf; in readImpl()
844 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl()
846 if (Data != SecStart + SecSize) in readImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp338 GlobalVariable *SecStart = in CreateSecStartEnd() local
341 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
348 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd()
352 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd()
362 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local
366 M, CtorName, InitFunctionName, {Ty, Ty}, {SecStart, SecEnd}); in CreateInitCallsForSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h641 std::error_code decompressSection(const uint8_t *SecStart,