Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink-macho.cpp121 FileInfo.GOTEntryInfos[TS->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
132 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
142 S.SymbolInfos[Sym->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
Dllvm-jitlink-elf.cpp120 FileInfo.GOTEntryInfos[TS->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
131 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
142 S.SymbolInfos[Sym->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
Dllvm-jitlink.cpp295 IsZeroFill ? nullptr : Sym->getSymbolContent().bytes_begin(); in dumpSectionContents()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h50 StringRef getSymbolContent(StringRef Symbol) const;
DRuntimeDyldChecker.cpp667 StringRef SymbolMem = Checker.getSymbolContent(Symbol); in decodeInst()
791 StringRef RuntimeDyldCheckerImpl::getSymbolContent(StringRef Symbol) const { in getSymbolContent() function in RuntimeDyldCheckerImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h50 StringRef getSymbolContent(StringRef Symbol) const;
DRuntimeDyldChecker.cpp666 StringRef SymbolMem = Checker.getSymbolContent(Symbol); in decodeInst()
780 StringRef RuntimeDyldCheckerImpl::getSymbolContent(StringRef Symbol) const { in getSymbolContent() function in RuntimeDyldCheckerImpl
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h478 StringRef getSymbolContent() const { in getSymbolContent() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h471 StringRef getSymbolContent() const { in getSymbolContent() function