Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp110 GlobalValue::dropLLVMManglingEscape(MF->getFunction().getName()); in beginFunction()
195 StringRef FuncLinkageName = GlobalValue::dropLLVMManglingEscape(F.getName()); in getMCSymbolForMBB()
282 StringRef FuncLinkageName = GlobalValue::dropLLVMManglingEscape(F.getName()); in endFuncletImpl()
585 GlobalValue::dropLLVMManglingEscape(MF->getFunction().getName()); in emitCSpecificHandlerTable()
684 StringRef FuncLinkageName = GlobalValue::dropLLVMManglingEscape(F.getName()); in emitCXXFrameHandler3Table()
990 StringRef FLinkageName = GlobalValue::dropLLVMManglingEscape(F.getName()); in emitExceptHandlerTable()
H A DCodeViewDebug.cpp981 std::string(GlobalValue::dropLLVMManglingEscape(GV->getName())); in emitDebugInfoForThunk()
1044 FuncName = std::string(GlobalValue::dropLLVMManglingEscape(GV->getName())); in emitDebugInfoForFunction()
3132 Twine(GlobalValue::dropLLVMManglingEscape(GV->getName()))); in emitDebugInfoForGlobals()
H A DDwarfUnit.cpp518 GlobalValue::dropLLVMManglingEscape(LinkageName)); in addLinkageName()
H A DAsmPrinter.cpp726 << GlobalValue::dropLLVMManglingEscape(F.getName()) << '\n'; in emitFunctionHeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1006 GlobalValue::dropLLVMManglingEscape(Res.second.IRName)); in run()
1198 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1201 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1472 GlobalValue::dropLLVMManglingEscape(Res.second.IRName)); in runThinLTO()
1482 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def))); in runThinLTO()
1485 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Decl))); in runThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp64 GlobalValue::dropLLVMManglingEscape(Diag.getFunction().getName()); in toRemark()
H A DDiagnosticInfo.cpp175 Val = std::string(GlobalValue::dropLLVMManglingEscape(V->getName())); in Argument()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h482 static StringRef dropLLVMManglingEscape(StringRef Name) { in dropLLVMManglingEscape() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp399 Twine("__ehhandler$") + GlobalValue::dropLLVMManglingEscape( in generateLSDAInEAXThunk()
H A DX86ISelLowering.cpp25175 GlobalValue::dropLLVMManglingEscape(Fn->getName())); in recoverFramePointer()
26033 GlobalValue::dropLLVMManglingEscape(Fn->getName())); in LowerINTRINSIC_WO_CHAIN()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp699 return GlobalValue::dropLLVMManglingEscape(funcName); in sanitizeFunctionName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1931 GlobalValue::dropLLVMManglingEscape(FunctionName)); in lower()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4309 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S)))) { in writeCombinedGlobalValueSummary()
4323 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(S)))) { in writeCombinedGlobalValueSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2171 StringRef EscapedName = GlobalValue::dropLLVMManglingEscape(MF->getName()); in translateKnownIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2127 Twine("__asan_global_") + GlobalValue::dropLLVMManglingEscape(OriginalName)); in CreateMetadataGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6901 GlobalValue::dropLLVMManglingEscape(MF.getName()), Idx); in visitIntrinsicCall()
6922 GlobalValue::dropLLVMManglingEscape(Fn->getName()), IdxVal); in visitIntrinsicCall()