Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp622 uint64_t SecStart = W.OS.tell(); 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()
1099 uint64_t SecStart = W.OS.tell(); in writeObject() local
1105 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1146 uint64_t SecStart = W.OS.tell(); in writeObject() local
1157 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1180 uint64_t SecStart = W.OS.tell(); in writeObject() local
1186 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp576 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument
578 Data = SecStart; in decompressSection()
579 End = SecStart + SecSize; in decompressSection()
613 const uint8_t *SecStart = BufStart + Entry.Offset; in readImpl() local
625 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
627 SecStart = DecompressBuf; in readImpl()
631 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry.Type)) in readImpl()
633 if (Data != SecStart + SecSize) in readImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp306 GlobalVariable *SecStart = in CreateSecStartEnd() local
309 SecStart->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd()
317 return std::make_pair(IRB.CreatePointerCast(SecStart, Ty), SecEndPtr); in CreateSecStartEnd()
321 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd()
331 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections() local
335 M, CtorName, InitFunctionName, {Ty, Ty}, {SecStart, SecEnd}); in CreateInitCallsForSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h578 std::error_code decompressSection(const uint8_t *SecStart,