We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c2156 commit 717230cCopy full SHA for 717230c
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
@@ -1269,10 +1269,11 @@ class LinkGraph {
1269
return splitBlockImpl(std::move(Blocks), Cache);
1270
}
1271
1272
- //
+ /// Intern the given string in the LinkGraph's SymbolStringPool.
1273
orc::SymbolStringPtr intern(StringRef SymbolName) {
1274
return SSP->intern(SymbolName);
1275
1276
+
1277
/// Add an external symbol.
1278
/// Some formats (e.g. ELF) allow Symbols to have sizes. For Symbols whose
1279
/// size is not known, you should substitute '0'.
0 commit comments