Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h216 void setSectionPrefix(StringRef Prefix);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h317 void setSectionPrefix(StringRef Prefix);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1605 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp446 F.setSectionPrefix(".hot"); in runOnFunction()
448 F.setSectionPrefix(".unlikely"); in runOnFunction()