/external/clang/lib/Driver/ |
Driver.cpp | 80 llvm::sys::path::append(P, "..", Twine("lib") + ClangLibdirSuffix, "clang", [all...] |
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 22 #include "llvm/ADT/Twine.h" 247 Twine("group '") + Name + 269 Twine("group '") + Name + [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 150 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } 157 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) {
|
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 16 #include "llvm/ADT/Twine.h" 32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { 37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
|
/external/llvm/lib/CodeGen/ |
MIRPrinter.cpp | 447 OS << (Twine("%ir-block.") + Twine(Slot)).str(); [all...] |
MachineFunction.cpp | 554 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 555 Twine(getFunctionNumber()) + "$pb"); [all...] |
SafeStack.cpp | 387 report_fatal_error(Twine(UnsafeStackPtrVar) + " must have void* type"); 389 report_fatal_error(Twine(UnsafeStackPtrVar) + " must " + [all...] |
/external/llvm/lib/IR/ |
Value.cpp | 200 void Value::setNameImpl(const Twine &NewName) { 257 void Value::setName(const Twine &NewName) {
|
/external/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 736 setupMemoryBuffer(const Twine &Filename) { 759 SampleProfileReader::create(const Twine &Filename, LLVMContext &C) {
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUPromoteAlloca.cpp | 695 Twine(F->getName()) + Twine('.') + I.getName(),
|
/external/llvm/lib/Transforms/Instrumentation/ |
EfficiencySanitizer.cpp | 308 Twine(StructTy->getNumElements()).toVector(NameStr); 312 Twine(StructTy->getElementType(i)->getTypeID()).toVector(NameStr); [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 549 Clone1->setName(Twine("lpad") + Suffix1); 554 Clone2->setName(Twine("lpad") + Suffix2);
|
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 417 static bool Error(const Twine &Err) { 704 return Error(Twine("Error reading '") + Path + "': " + EC.message()); [all...] |
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 135 Twine Name = "autogen_SD" + Twine{SeedCL};
|
/external/llvm/tools/sancov/ |
sancov.cc | 14 #include "llvm/ADT/Twine.h" 122 static void Fail(const llvm::Twine &E) { 149 static void FailIfNotEmpty(const llvm::Twine &E) { [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCAsmStreamer.cpp | 27 #include "llvm/ADT/Twine.h" 99 virtual void AddComment(const Twine &T); 263 void MCAsmStreamer::AddComment(const Twine &T) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileOnDemandLayer.h | 21 #include "llvm/ADT/Twine.h" 170 F.setName("$static." + Twine(NextId++)); 173 G.setName("$static." + Twine(NextId++));
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
Error.h | 20 #include "llvm/ADT/Twine.h" 952 void logAllUnhandledErrors(Error E, raw_ostream &OS, Twine ErrorBanner); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
Lint.cpp | 41 #include "llvm/ADT/Twine.h" 172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } 179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
LLLexer.cpp | 18 #include "llvm/ADT/Twine.h" 29 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { 34 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
MIRPrinter.cpp | 23 #include "llvm/ADT/Twine.h" 567 OS << (Twine("%ir-block.") + Twine(Slot)).str();
|
MachineFunction.cpp | 24 #include "llvm/ADT/Twine.h" 650 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + 651 Twine(getFunctionNumber()) + "$pb"); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Value.cpp | 233 void Value::setNameImpl(const Twine &NewName) { 295 void Value::setName(const Twine &NewName) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 834 setupMemoryBuffer(const Twine &Filename) { 855 SampleProfileReader::create(const Twine &Filename, LLVMContext &C) {
|