Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp512 if (Deinterned.starts_with(getImpPrefix())) in tryToGenerate()
513 Deinterned = Deinterned.drop_front(StringRef(getImpPrefix()).size()); in tryToGenerate()
583 auto NameCopy = G->allocateContent(Twine(getImpPrefix()) + *KV.first); in createStubsGraph()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h359 static StringRef getImpPrefix() { return "__imp_"; } in getImpPrefix() function