Home
last modified time | relevance | path

Searched refs:IsCleanup (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2558 bool IsCleanup = !!Record[Idx++]; in ParseFunctionBody() local
2561 LP->setCleanup(IsCleanup); in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5212 bool IsCleanup = !!Record[Idx++]; in parseFunctionBody() local
5215 LP->setCleanup(IsCleanup); in parseFunctionBody()