Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp86 assert(Name.starts_with(getImportSymbolPrefix()) && in getDLLImportOffset()
107 addRelocationForSymbol(RE, Name.drop_front(getImportSymbolPrefix().size())); in getDLLImportOffset()
H A DRuntimeDyldCOFF.h50 static constexpr StringRef getImportSymbolPrefix() { return "__imp_"; } in getImportSymbolPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h63 if (TargetName.starts_with(getImportSymbolPrefix())) { in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h229 if (TargetName.starts_with(getImportSymbolPrefix())) { in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h132 if (TargetName.starts_with(getImportSymbolPrefix())) { in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h177 if (TargetName.starts_with(getImportSymbolPrefix())) { in processRelocationRef()