Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1980 StringRef DemangledEntryPoint = EntryPointName; in runWithRuntime() local
1983 DemangledEntryPoint.front() == '_') in runWithRuntime()
1984 DemangledEntryPoint = DemangledEntryPoint.drop_front(); in runWithRuntime()
1990 EntryPointAddr, Result, S.MainJD->getName(), DemangledEntryPoint, in runWithRuntime()