/external/clang/lib/AST/ |
TypePrinter.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 314 static llvm::LoadInst *createLoadInstBefore(Address addr, const Twine &name, [all...] |
CGStmtOpenMP.cpp | 149 Twine(CurCap->getCapturedVar()->getName()) + ".casted"); 189 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref"); [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 27 #include "llvm/ADT/Twine.h" 340 bool error(const Twine &Message, StringRef ArgName = StringRef()); [all...] |
/external/llvm/lib/IR/ |
Metadata.cpp | 1042 NamedMDNode::NamedMDNode(const Twine &N) [all...] |
Verifier.cpp | 174 void CheckFailed(const Twine &Message) { 185 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { 192 void DebugInfoCheckFailed(const Twine &Message) { 201 void DebugInfoCheckFailed(const Twine &Message, const T1 &V1, [all...] |
AutoUpgrade.cpp | [all...] |
/external/llvm/lib/MC/ |
ELFObjectWriter.cpp | 654 Twine("symbol '") + SymB.getName() + [all...] |
MCDwarf.cpp | 14 #include "llvm/ADT/Twine.h" 352 std::make_pair((Directory + Twine('\0') + FileName).toStringRef(Buffer), [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | 18 #include "llvm/ADT/Twine.h" 69 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); } 70 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); } [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsTargetStreamer.cpp | 400 OS << "\t.set\tat=$" << Twine(RegNo) << "\n"; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 321 const Twine &Suffix = "") { [all...] |
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 890 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); [all...] |
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 25 #include "llvm/ADT/Twine.h" 350 PrintWarning(Reg->getLoc(), Twine("DWARF numbers for register ") + [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
CommandLine.h | 26 #include "llvm/ADT/Twine.h" 258 bool error(const Twine &Message, StringRef ArgName = StringRef()); [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineVerifier.cpp | 301 report_fatal_error("Found "+Twine(foundErrors)+" machine code errors."); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
DWARFVerifier.cpp | 388 auto ReportError = [&](const Twine &TitleMsg) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Verifier.cpp | 61 #include "llvm/ADT/Twine.h" 214 void CheckFailed(const Twine &Message) { 225 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { 232 void DebugInfoCheckFailed(const Twine &Message) { 241 void DebugInfoCheckFailed(const Twine &Message, const T1 &V1, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsTargetStreamer.cpp | 472 OS << "\t.set\tat=$" << Twine(RegNo) << "\n"; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
CommandLine.h | 30 #include "llvm/ADT/Twine.h" 354 bool error(const Twine &Message, StringRef ArgName = StringRef()); [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIISelLowering.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 21 #include "llvm/ADT/Twine.h" 796 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
GlobalISelEmitter.cpp | 278 static Error failedImport(const Twine &Reason) { [all...] |
/external/clang/lib/Format/ |
Format.cpp | 226 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); [all...] |