Home
last modified time | relevance | path

Searched refs:getSectionNameForCommandline (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DBackendUtil.cpp805 static const char* getSectionNameForCommandline(const Triple &T) { in getSectionNameForCommandline() function
887 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4698 static const char *getSectionNameForCommandline(const Triple &T) { in getSectionNameForCommandline() function
4780 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcodeInModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp5124 static const char *getSectionNameForCommandline(const Triple &T) { in getSectionNameForCommandline() function
5217 GV->setSection(getSectionNameForCommandline(T)); in embedBitcodeInModule()