Home
last modified time | relevance | path

Searched refs:MetadataName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp294 const char MetadataName[] = "instr_prof_hash_mismatch"; in hasInstrProfHashMismatch() local
299 if (cast<MDString>(N.get())->getString() == MetadataName) in hasInstrProfHashMismatch()
H A DMachineFunction.cpp120 auto *MetadataName = "unsafe-stack-size"; in setUnsafeStackSize() local
122 if (cast<MDString>(N.get())->getString() == MetadataName) { in setUnsafeStackSize()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1200 const char MetadataName[] = "instr_prof_hash_mismatch"; in annotateFunctionWithHashMismatch() local
1207 if (cast<MDString>(N.get())->getString() == MetadataName) in annotateFunctionWithHashMismatch()
1214 Names.push_back(MDB.createString(MetadataName)); in annotateFunctionWithHashMismatch()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2255 let Args = [StringArgument<"MetadataName">];