Home
last modified time | relevance | path

Searched refs:setSectionPrefix (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h216 void setSectionPrefix(StringRef Prefix);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h317 void setSectionPrefix(StringRef Prefix);
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h339 void setSectionPrefix(StringRef Prefix);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1605 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1747 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp476 F.setSectionPrefix("hot"); in runOnFunction()
478 F.setSectionPrefix("unlikely"); in runOnFunction()
481 F.setSectionPrefix("unknown"); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp446 F.setSectionPrefix(".hot"); in runOnFunction()
448 F.setSectionPrefix(".unlikely"); in runOnFunction()