Home
last modified time | relevance | path

Searched refs:eraseMetadata (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h129 using Value::eraseMetadata;
DValue.h615 bool eraseMetadata(unsigned KindID);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp147 GO.eraseMetadata(LLVMContext::MD_type); in promoteTypeIds()
DLowerTypeTests.cpp1817 GV.eraseMetadata(LLVMContext::MD_vcall_visibility); in lower()
2001 F->eraseMetadata(LLVMContext::MD_type); in lower()
DWholeProgramDevirt.cpp2067 GV.eraseMetadata(LLVMContext::MD_vcall_visibility); in run()
2200 GV.eraseMetadata(LLVMContext::MD_vcall_visibility); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DMetadata.cpp1279 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata() function in Value
1510 eraseMetadata(LLVMContext::MD_vcall_visibility); in setVCallVisibilityMetadata()
DDebugInfo.cpp493 Changed |= GV.eraseMetadata(LLVMContext::MD_dbg); in StripDebugInfo()
740 GV.eraseMetadata(LLVMContext::MD_dbg); in stripNonLineTableDebugInfo()
DCore.cpp2121 unwrap<GlobalObject>(Global)->eraseMetadata(Kind); in LLVMGlobalEraseMetadata()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp527 GV.eraseMetadata(LLVMContext::MD_dbg); in upgradeCUVariables()