OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitError
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
LLVMContext.cpp
101
void LLVMContext::
emitError
(const Twine &ErrorStr) {
102
emitError
(0U, ErrorStr);
105
void LLVMContext::
emitError
(const Instruction *I, const Twine &ErrorStr) {
112
return
emitError
(LocCookie, ErrorStr);
115
void LLVMContext::
emitError
(unsigned LocCookie, const Twine &ErrorStr) {
/external/llvm/lib/CodeGen/
MachineInstr.cpp
[
all
...]
/external/llvm/lib/Linker/
LinkModules.cpp
418
///
emitError
- Helper method for setting a message and returning an error
420
bool
emitError
(const Twine &Message) {
593
return
emitError
("Linking globals named '" + Src->getName() +
688
return
emitError
("Linking globals named '" + SrcGV->getName() +
698
return
emitError
("Appending variables with different element types!");
700
return
emitError
("Appending variables linked with different const'ness!");
703
return
emitError
(
707
return
emitError
(
711
return
emitError
(
[
all
...]
Completed in 133 milliseconds