Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h216 void setSectionPrefix(StringRef Prefix);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h301 void setSectionPrefix(StringRef Prefix);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1403 void Function::setSectionPrefix(StringRef Prefix) { in setSectionPrefix() function in Function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp404 F.setSectionPrefix(".hot"); in runOnFunction()
406 F.setSectionPrefix(".unlikely"); in runOnFunction()