Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp531 auto DefinedSection = Obj.getSection(SymRef.st_shndx); in graphifyRegularSymbols() local
532 if (!DefinedSection) in graphifyRegularSymbols()
533 return DefinedSection.takeError(); in graphifyRegularSymbols()
534 auto sectName = Obj.getSectionName(**DefinedSection); in graphifyRegularSymbols()