Searched refs:emitTargetMD (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.h | 62 virtual void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, in emitTargetMD() function
|
D | TargetInfo.cpp | 7374 void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, 7540 void XCoreTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV, in emitTargetMD() function in XCoreTargetCodeGenInfo 7562 void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, 7569 void SPIRTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV, in emitTargetMD() function in SPIRTargetCodeGenInfo
|
D | CodeGenModule.cpp | 4151 getTargetCodeGenInfo().emitTargetMD(D, GV, *this); in EmitTargetMetadata()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 9731 void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, 9905 void XCoreTargetCodeGenInfo::emitTargetMD( in emitTargetMD() function in XCoreTargetCodeGenInfo 9930 emitTargetMD(D, GV, CGM); in emitTargetMetadata()
|