Searched refs:SecEnd (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 758 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable() local 759 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 773 SecEnd = W.OS.tell(); in computeSymbolTable() 774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1104 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1105 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1156 uint64_t SecEnd = W.OS.tell(); in writeObject() local 1157 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() 1185 uint64_t SecEnd = 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/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 310 GlobalVariable *SecEnd = in CreateSecStartEnd() local 313 SecEnd->setVisibility(GlobalValue::HiddenVisibility); in CreateSecStartEnd() 315 Value *SecEndPtr = IRB.CreatePointerCast(SecEnd, Ty); in CreateSecStartEnd() 332 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections() local 335 M, CtorName, InitFunctionName, {Ty, Ty}, {SecStart, SecEnd}); in CreateInitCallsForSections()
|