OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Twine
(Results
51 - 75
of
137
) sorted by null
1
2
3
4
5
6
/external/llvm/lib/Support/
SourceMgr.cpp
16
#include "llvm/ADT/
Twine
.h"
143
SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, const
Twine
&Msg,
181
void SourceMgr::PrintMessage(SMLoc Loc, const
Twine
&Msg,
Android.mk
60
Twine
.cpp \
CMakeLists.txt
49
Twine
.cpp
/external/llvm/utils/TableGen/
TGParser.h
19
#include "llvm/ADT/
Twine
.h"
63
bool Error(SMLoc L, const
Twine
&Msg) const {
67
bool TokError(const
Twine
&Msg) const {
TGLexer.cpp
20
#include "llvm/ADT/
Twine
.h"
41
tgtok::TokKind TGLexer::ReturnError(const char *Loc, const
Twine
&Msg) {
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
23
#include "llvm/ADT/
Twine
.h"
107
const
Twine
&NameSuffix = "", Function *F = 0,
/external/llvm/lib/VMCore/
Globals.cpp
84
Constant *InitVal, const
Twine
&Name,
102
const
Twine
&Name,
190
const
Twine
&Name, Constant* aliasee,
BasicBlock.cpp
42
BasicBlock::BasicBlock(LLVMContext &C, const
Twine
&Name, Function *NewParent,
292
BasicBlock *BasicBlock::splitBasicBlock(iterator I, const
Twine
&BBName) {
Function.cpp
41
Argument::Argument(Type *Ty, const
Twine
&Name, Function *Par)
162
const
Twine
&name, Module *ParentModule)
/external/llvm/include/llvm/MC/
MCStreamer.h
35
class
Twine
;
125
virtual void AddComment(const
Twine
&T) {}
512
void EmitRawText(const
Twine
&String);
MCContext.h
33
class
Twine
;
156
MCSymbol *GetOrCreateSymbol(const
Twine
&Name);
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp
233
Twine
(Offset));
283
Twine
(Offset));
317
report_fatal_error("loadConstant value too big " +
Twine
(Value));
XCoreFrameLowering.cpp
53
report_fatal_error("loadFromStack offset too big " +
Twine
(Offset));
68
report_fatal_error("storeToStack offset too big " +
Twine
(Offset));
118
report_fatal_error("emitPrologue Frame size too big: " +
Twine
(FrameSize));
240
report_fatal_error("emitEpilogue Frame size too big: " +
Twine
(FrameSize));
/external/llvm/include/llvm/
Metadata.h
197
explicit NamedMDNode(const
Twine
&N);
Function.h
121
const
Twine
&N = "", Module *M = 0);
125
const
Twine
&N = "", Module *M = 0) {
Value.h
42
class
Twine
;
137
void setName(const
Twine
&Name);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
20
#include "llvm/ADT/
Twine
.h"
59
bool Error(const
Twine
&Msg) {
/external/clang/include/clang/Driver/
ArgList.h
23
class
Twine
;
261
const char *MakeArgString(const llvm::
Twine
&Str) const;
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
22
#include "llvm/ADT/
Twine
.h"
226
*Disable = createCXString((llvm::
Twine
("-Wno-") + Option).str());
227
return createCXString((llvm::
Twine
("-W") + Option).str());
/external/llvm/lib/Target/Alpha/
AlphaFrameLowering.cpp
21
#include "llvm/ADT/
Twine
.h"
90
report_fatal_error("Too big a stack frame at " +
Twine
(NumBytes));
140
report_fatal_error("Too big a stack frame at " +
Twine
(NumBytes));
/external/llvm/lib/Target/
Mangler.cpp
22
#include "llvm/ADT/
Twine
.h"
104
const
Twine
&GVName, ManglerPrefixTy PrefixTy) {
197
getNameWithPrefix(OutName, "__unnamed_" +
Twine
(ID), PrefixTy);
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
59
class
Twine
;
/external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp
33
GlobalVariable *NewExtGlobal(Type *T, const
Twine
&Name) {
/external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp
154
report_fatal_error("Unhandled frame size: " +
Twine
(FrameSize));
247
report_fatal_error("Unhandled frame size: " +
Twine
(FrameSize));
/external/llvm/lib/MC/
MCAssembler.cpp
24
#include "llvm/ADT/
Twine
.h"
347
report_fatal_error("invalid .org offset '" +
Twine
(TargetLocation) +
348
"' (at offset '" +
Twine
(FragmentOffset) + "')");
406
Twine
(AF.getValueSize()) +
408
Twine
(FragmentSize) + "'");
417
Twine
(Count) + " bytes");
Completed in 388 milliseconds
1
2
3
4
5
6