Home
last modified time | relevance | path

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

/external/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/llvm/tools/bugpoint/
DOptimizerDriver.cpp53 std::string ErrInfo; in writeProgramToFile() local
134 std::string ErrInfo; in runPasses() local
/external/llvm/examples/BrainF/
DBrainFDriver.cpp110 std::string ErrInfo; in main() local
/external/llvm/tools/opt/
DGraphPrinters.cpp30 std::string ErrInfo; in WriteGraphToFile() local
/external/llvm/lib/VMCore/
DModule.cpp408 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize()
419 bool Module::MaterializeAll(std::string *ErrInfo) { in MaterializeAll()
425 bool Module::MaterializeAllPermanently(std::string *ErrInfo) { in MaterializeAllPermanently()
DGlobals.cpp35 bool GlobalValue::Materialize(std::string *ErrInfo) { in Materialize()
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp128 std::string ErrInfo; in writeMergedModules() local
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h712 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const { in verifyInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2726 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize()
2781 bool BitcodeReader::MaterializeModule(Module *M, std::string *ErrInfo) { in MaterializeModule()