Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp117 void RISCVELFTargetObjectFile::getModuleMetadata(Module &M) { in getModuleMetadata() function in RISCVELFTargetObjectFile
118 TargetLoweringObjectFileELF::getModuleMetadata(M); in getModuleMetadata()
H A DRISCVTargetObjectFile.h47 void getModuleMetadata(Module &M) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h49 void getModuleMetadata(Module &M) override;
216 void getModuleMetadata(Module &M) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h94 virtual void getModuleMetadata(Module &M) {} in getModuleMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp297 void TargetLoweringObjectFileELF::getModuleMetadata(Module &M) { in getModuleMetadata() function in TargetLoweringObjectFileELF
2151 void TargetLoweringObjectFileWasm::getModuleMetadata(Module &M) { in getModuleMetadata() function in TargetLoweringObjectFileWasm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp447 .getModuleMetadata(M); in doInitialization()