HomeSort by relevance Sort by last modified time
    Searched refs:Twine (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/llvm/lib/MC/
MCAsmStreamer.cpp 25 #include "llvm/ADT/Twine.h"
100 virtual void AddComment(const Twine &T);
262 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
MCStreamer.cpp 19 #include "llvm/ADT/Twine.h"
518 void MCStreamer::EmitRawText(const Twine &T) {
MachObjectWriter.cpp 13 #include "llvm/ADT/Twine.h"
333 Twine(Align) + "'");
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 789 llvm::Constant *EmitPropertyList(llvm::Twine Name,
820 llvm::GlobalVariable *CreateMetadataVar(llvm::Twine Name,
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp 48 const llvm::Twine &Name) {
62 const llvm::Twine &Name) {
71 const llvm::Twine &Name) {
    [all...]
CodeGenFunction.cpp 743 NullConstant, llvm::Twine());
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
Lint.cpp 137 void CheckFailed(const Twine &Message,
  /external/llvm/lib/VMCore/
Verifier.cpp 314 void CheckFailed(const Twine &Message,
325 void CheckFailed(const Twine &Message, const Value *V1,
334 void CheckFailed(const Twine &Message, Type *T1,
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 506 Builder.defineMacro("_MSC_VER", llvm::Twine(Opts.MSCVersion));
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 18 #include "llvm/ADT/Twine.h"
616 " JIT\n" + Twine(ErrMsg));
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 18 #include "llvm/ADT/Twine.h"
477 return Error(IDLoc, Twine("can't open secure log file: ") +
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 105 GVSym = OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 36 const Twine &NameSuffix, Function *F,
  /external/clang/lib/Driver/
Tools.cpp 28 #include "llvm/ADT/Twine.h"
171 llvm::Twine ProfileRT =
172 llvm::Twine(TC.getDriver().Dir) + "/../lib/" + "libprofile_rt.a";
179 llvm::Twine(TC.getDriver().Dir) + "/../lib/" + "libprofile_rt.dylib";
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 33 #include "llvm/ADT/Twine.h"
287 Twine(Value) + "' specified.");
859 bool Option::error(const Twine &Message, StringRef ArgName) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 68 void setOutput(const llvm::Twine &Output) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 443 static llvm::Value* create_shuffle3(llvm::IRBuilder<>& bld, llvm::Value* v, unsigned a, unsigned b, unsigned c, const llvm::Twine& name = "")
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 18 #include "llvm/ADT/Twine.h"
31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
  /external/llvm/lib/Linker/
LinkModules.cpp 346 bool emitError(const Twine &Message) {
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 27 #include "llvm/ADT/Twine.h"
45 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 714 PN->getName()+".off"+Twine(Offset), PN);
    [all...]

Completed in 906 milliseconds

1 2 3 45 6