Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp388 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations() local
389 if (!UpdateSectionName) in addRelocations()
390 return UpdateSectionName.takeError(); in addRelocations()
392 auto JITSection = G->findSectionByName(*UpdateSectionName); in addRelocations()
396 *UpdateSectionName, in addRelocations()