HomeSort by relevance Sort by last modified time
    Searched full:twine (Results 176 - 200 of 297) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 293 if (OutContext.LookupSymbol(Twine(DL->getPrivateGlobalPrefix()) +
294 "C" + Twine(TOCLabelID++)) == nullptr) {
733 OutContext.GetOrCreateSymbol(".L." + Twine(CurrentFnSym->getName()));
748 ".L." + Twine(CurrentFnSym->getName()));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 101 Twine(Sym->getName() + StringRef(".globound")));
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 207 Twine(Loads[0].Load->getName()) + ".combined", false,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 22 #include <llvm/ADT/Twine.h>
  /external/llvm/lib/AsmParser/
LLParser.cpp 63 Twine(SlotNo) + "'");
158 "use of undefined type '%" + Twine(i) + "'");
179 Twine(ForwardRefValIDs.begin()->first) + "'");
184 Twine(ForwardRefMDNodes.begin()->first) + "'");
468 Twine(VarID) + "'");
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/llvm/include/llvm/IR/
Value.h 43 class Twine;
227 void setName(const Twine &Name);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 210 sys::fs::remove(Twine(Filename));
216 sys::fs::remove(Twine(Filename));
  /external/llvm/lib/Object/
Archive.cpp 17 #include "llvm/ADT/Twine.h"
172 ? (Twine(Parent->getFileName()) + "(" + Name + ")").toStringRef(Path)
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 136 bool reportParseError(Twine ErrorMsg);
137 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 12 #include "llvm/ADT/Twine.h"
412 Twine("Section too large, can't encode "
  /external/llvm/test/CodeGen/PowerPC/
pr15031.ll 289 %"class.llvm::Twine" = type { %"union.llvm::Twine::Child", %"union.llvm::Twine::Child", i8, i8 }
290 %"union.llvm::Twine::Child" = type { %"class.llvm::Twine"* }
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 22 #include "llvm/ADT/Twine.h"
248 Twine("group '") + Name +
270 Twine("group '") + Name +
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 19 #include "llvm/ADT/Twine.h"
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 24 #include "llvm/ADT/Twine.h"
  /external/llvm/include/llvm/Option/
ArgList.h 288 const char *MakeArgString(const Twine &Str) const;
  /external/llvm/lib/Support/
MemoryBuffer.cpp 234 MemoryBuffer::getFile(Twine Filename, int64_t FileSize,
  /external/llvm/lib/Support/Unix/
Program.inc 86 if (sys::fs::can_execute(Twine(FilePath)))
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 20 #include "llvm/ADT/Twine.h"
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 13 #include "llvm/ADT/Twine.h"
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 179 OutContext.GetOrCreateSymbol(Twine("_GLOBAL_OFFSET_TABLE_"));
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 78 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 38 #include "llvm/ADT/Twine.h"

Completed in 2627 milliseconds

1 2 3 4 5 6 78 91011>>