Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp106 void RISCVELFTargetObjectFile::getModuleMetadata(Module &M) { in getModuleMetadata() function in RISCVELFTargetObjectFile
107 TargetLoweringObjectFileELF::getModuleMetadata(M); in getModuleMetadata()
H A DRISCVTargetObjectFile.h42 void getModuleMetadata(Module &M) override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h94 virtual void getModuleMetadata(Module &M) {} in getModuleMetadata() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h49 void getModuleMetadata(Module &M) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp298 void TargetLoweringObjectFileELF::getModuleMetadata(Module &M) { in getModuleMetadata() function in TargetLoweringObjectFileELF
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp461 .getModuleMetadata(M); in doInitialization()