Home
last modified time | relevance | path

Searched refs:emitTargetMD (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h64 virtual void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, in emitTargetMD() function
H A DTargetInfo.cpp8519 void emitTargetMD(const Decl *D, llvm::GlobalValue *GV,
8685 void XCoreTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV, in emitTargetMD() function in XCoreTargetCodeGenInfo
H A DCodeGenModule.cpp5258 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()