Home
last modified time | relevance | path

Searched defs:getMangledName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp86 std::string InstallAPIVisitor::getMangledName(const NamedDecl *D) const { in getMangledName() function in clang::installapi::InstallAPIVisitor
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp188 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { in getMangledName() function in ExecutionEngine
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp238 std::string getMangledName() const { return mangleName(ClassS); } in getMangledName() function in __anone51b860d0111::Intrinsic
H A DNeonEmitter.cpp1047 std::string Intrinsic::getMangledName(bool ForceClassS) const { in getMangledName() function in Intrinsic
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1097 auto getMangledName = [](Instruction *I) -> std::string { in findBasePointer() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2677 std::string OMPTraitInfo::getMangledName() const { in getMangledName() function in OMPTraitInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1975 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName() function in CodeGenModule