Searched refs:SecStart (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 511 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable() local 656 SymtabSection->setOffsets(SecStart, SecEnd); in computeSymbolTable() 665 SecStart = W.OS.tell(); in computeSymbolTable() 670 SymtabShndxSection->setOffsets(SecStart, SecEnd); in computeSymbolTable() 1034 const uint64_t SecStart = align(Section.getAlign()); in writeObject() local 1040 Section.setOffsets(SecStart, SecEnd); in writeObject() 1075 const uint64_t SecStart = align(Group->getAlign()); in writeObject() local 1081 Group->setOffsets(SecStart, SecEnd); in writeObject() 1101 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject() local 1106 RelSection->setOffsets(SecStart, SecEnd); in writeObject() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 354 GlobalVariable *SecStart = new GlobalVariable(M, Ty, false, Linkage, nullptr, in CreateSecStartEnd() local 356 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 362 return std::make_pair(SecStart, SecEnd); in CreateSecStartEnd() 367 IRB.CreatePtrAdd(SecStart, ConstantInt::get(IntptrTy, sizeof(uint64_t))); in CreateSecStartEnd() 377 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local 381 M, CtorName, InitFunctionName, {PtrTy, PtrTy}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 1026 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 1028 Data = SecStart; in decompressSection() 1029 End = SecStart + SecSize; in decompressSection() 1065 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local 1077 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 1079 SecStart = DecompressBuf; in readImpl() 1083 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 1085 if (Data != SecStart + SecSize) in readImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 770 std::error_code decompressSection(const uint8_t *SecStart,
|