Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp625 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable() local
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
778 SecStart = W.OS.tell(); in computeSymbolTable()
1082 const uint64_t SecStart = align(Section.getAlignment()); in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1119 const uint64_t SecStart = align(Group->getAlignment()); in writeObject() local
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1151 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject() local
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1161 uint64_t SecStart = W.OS.tell(); in writeObject() local
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp309 GlobalVariable *SecStart = in CreateSecStartEnd() local
312 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
319 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd()
323 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd()
334 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local
339 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp867 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument
869 Data = SecStart; in decompressSection()
870 End = SecStart + SecSize; in decompressSection()
906 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local
918 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
920 SecStart = DecompressBuf; in readImpl()
924 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl()
926 if (Data != SecStart + SecSize) in readImpl()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h691 std::error_code decompressSection(const uint8_t *SecStart,