Searched defs:Materialize (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2929 std::error_code BitcodeReader::Materialize(GlobalValue *GV) { function in class:BitcodeReader
2981 "Can only Materialize the Module this BitcodeReader is attached to.");
2987 if (std::error_code EC = Materialize(F))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3261 std::error_code BitcodeReader::Materialize(GlobalValue *GV) { function in class:BitcodeReader
3313 "Can only Materialize the Module this BitcodeReader is attached to.");
3319 if (std::error_code EC = Materialize(F))

Completed in 29 milliseconds