/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContext.cpp | 81 void LLVMContext::emitError(StringRef ErrorStr) { in emitError() function in LLVMContext 82 emitError(0U, ErrorStr); in emitError() 85 void LLVMContext::emitError(const Instruction *I, StringRef ErrorStr) { in emitError() function in LLVMContext 92 return emitError(LocCookie, ErrorStr); in emitError() 95 void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) { in emitError() function in LLVMContext
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | LLVMContext.h | 82 void emitError(unsigned LocCookie, StringRef ErrorStr); 83 void emitError(const Instruction *I, StringRef ErrorStr); 84 void emitError(StringRef ErrorStr);
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 224 void emitError(unsigned LocCookie, const Twine &ErrorStr); 225 void emitError(const Instruction *I, const Twine &ErrorStr); 226 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 60 bool emitError(const Twine &Message) { in emitError() function in __anona9fe5d4e0111::ModuleLinker 138 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 144 return emitError( in getComdatLeader() 172 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 182 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 199 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 206 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 325 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 62 bool emitError(const Twine &Message) { in emitError() function in __anon778cbbf60111::ModuleLinker 154 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 160 return emitError( in getComdatLeader() 188 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 198 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 215 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 222 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 349 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 251 void emitError(unsigned LocCookie, const Twine &ErrorStr); 252 void emitError(const Instruction *I, const Twine &ErrorStr); 253 void emitError(const Twine &ErrorStr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 218 emitError(ErrMsg); in writeMergedModules() 229 emitError(ErrMsg); in writeMergedModules() 249 emitError(EC.message()); in compileOptimizedToFile() 259 emitError((Twine("could not write object file: ") + Filename + ": " + in compileOptimizedToFile() 288 emitError(EC.message()); in compileOptimized() 335 emitError(ErrMsg); in determineTarget() 676 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
D | LTOModule.cpp | 115 Context.emitError(EC.message()); in createFromFile() 136 Context.emitError(EC.message()); in createFromOpenFileSlice() 176 Context.emitError(EC.message()); in parseBitcodeFileImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 306 void emitError(unsigned LocCookie, const Twine &ErrorStr); 307 void emitError(const Instruction *I, const Twine &ErrorStr); 308 void emitError(const Twine &ErrorStr);
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 217 emitError(ErrMsg); in writeMergedModules() 228 emitError(ErrMsg); in writeMergedModules() 248 emitError(EC.message()); in compileOptimizedToFile() 284 emitError(EC.message()); in compileOptimized() 331 emitError(ErrMsg); in determineTarget() 668 void LTOCodeGenerator::emitError(const std::string &ErrMsg) { in emitError() function in LTOCodeGenerator
|
D | LTOModule.cpp | 115 Context.emitError(EC.message()); in createFromFile() 136 Context.emitError(EC.message()); in createFromOpenFileSlice() 176 Context.emitError(EC.message()); in parseBitcodeFileImpl()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 355 bool emitError(const Twine &Message) { in emitError() function in __anon2872dd220211::ModuleLinker 501 return emitError("Linking globals named '" + Src->getName() + in getLinkageResult() 510 return emitError("Linking globals named '" + Src->getName() + in getLinkageResult() 556 return emitError("Linking globals named '" + SrcGV->getName() + in linkAppendingVarProto() 566 return emitError("Appending variables with different element types!"); in linkAppendingVarProto() 568 return emitError("Appending variables linked with different const'ness!"); in linkAppendingVarProto() 571 return emitError( in linkAppendingVarProto() 575 return emitError( in linkAppendingVarProto() 579 return emitError( in linkAppendingVarProto()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 218 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 190 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext 194 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext 256 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 55 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower() 105 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 192 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower() 252 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction() 359 C.emitError("Illegal instruction detected: " + Err); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocBase.cpp | 129 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
|
D | XRayInstrumentation.cpp | 197 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocBase.cpp | 123 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 208 void emitError(const std::string &ErrMsg);
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 204 void emitError(const std::string &ErrMsg);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 245 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 418 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 120 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 275 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 448 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 484 Ctx.emitError("can't parse integer attribute " + Name); in getIntegerAttribute() 503 Ctx.emitError("can't parse first integer attribute " + Name); in getIntegerPairAttribute() 508 Ctx.emitError("can't parse second integer attribute " + Name); in getIntegerPairAttribute()
|