Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp271 const char MetadataName[] = "instr_prof_hash_mismatch"; in hasInstrProfHashMismatch() local
276 if (N.equalsStr(MetadataName)) in hasInstrProfHashMismatch()
H A DMachineFunction.cpp122 auto *MetadataName = "unsafe-stack-size"; in setUnsafeStackSize() local
124 if (N.equalsStr(MetadataName)) { in setUnsafeStackSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1255 const char MetadataName[] = "instr_prof_hash_mismatch"; in annotateFunctionWithHashMismatch() local
1262 if (N.equalsStr(MetadataName)) in annotateFunctionWithHashMismatch()
1269 Names.push_back(MDB.createString(MetadataName)); in annotateFunctionWithHashMismatch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2437 let Args = [StringArgument<"MetadataName">];