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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 12 #include "llvm/ADT/Twine.h"
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 97 P.OutContext.GetOrCreateSymbol(Twine("__imp_") + GVSym->getName());
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 237 + Twine(MFI->getMaxAlignment()));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 40 const Twine &NameSuffix, Function *F,
IntegerDivision.cpp 219 SpecialCases->setName(Twine(SpecialCases->getName(), "_udiv-special-cases"));
  /external/llvm/tools/lli/
lli.cpp 275 sys::fs::create_directories(Twine(dir));
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 17 #include <llvm/ADT/Twine.h>
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 43 #include <llvm/ADT/Twine.h>
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 32 #include "llvm/ADT/Twine.h"
71 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
72 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
    [all...]
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 232 operator Twine() { return Out.str(); }
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 504 const char *CopyString(Twine String);
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 836 llvm::report_fatal_error(Twine("-verify directives found after rather"
ASTUnit.cpp 66 void setOutput(const Twine &Output) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 139 void CheckFailed(const Twine &Message,
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 17 #include "llvm/ADT/Twine.h"
  /external/llvm/lib/IR/
Metadata.cpp 530 NamedMDNode::NamedMDNode(const Twine &N)
Value.cpp 175 void Value::setName(const Twine &NewName) {
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 376 emitDOTFile((Twine((*FI)->getName()) + "_" +
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 12 #include <llvm/ADT/Twine.h>
  /external/clang/lib/Format/
Format.cpp 154 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 41 const Twine &Description;
53 DiagnosticInfoUnsupported(const Function &Fn, const Twine &Desc,
60 const Twine &getDescription() const { return Description; }
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 19 #include "llvm/ADT/Twine.h"
637 bool Error(SMLoc L, const Twine &Msg,
644 bool ErrorAndEatStatement(SMLoc L, const Twine &Msg,
    [all...]

Completed in 3941 milliseconds

1 2 3 4 5 6 7 8 91011>>