Home
last modified time | relevance | path

Searched defs:ErrInfo (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-extract/
Dllvm-extract.cpp173 std::string ErrInfo; in main() local
187 std::string ErrInfo; in main() local
197 std::string ErrInfo; in main() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DOptimizerDriver.cpp53 std::string ErrInfo; in writeProgramToFile() local
131 std::string ErrInfo; in runPasses() local
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainFDriver.cpp110 std::string ErrInfo; in main() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp352 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize()
363 bool Module::MaterializeAll(std::string *ErrInfo) { in MaterializeAll()
369 bool Module::MaterializeAllPermanently(std::string *ErrInfo) { in MaterializeAllPermanently()
DGlobals.cpp35 bool GlobalValue::Materialize(std::string *ErrInfo) { in Materialize()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp30 std::string ErrInfo; in WriteGraphToFile() local
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp157 std::string ErrInfo; in writeMergedModules() local
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h686 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const { in verifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2861 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize()
2912 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { in MaterializeModule()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1296 StringRef &ErrInfo) const { in verifyInstruction()