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

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

Completed in 112 milliseconds