Home
last modified time | relevance | path

Searched refs:IsCleanup (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4224 bool IsCleanup = !!Record[Idx++]; in parseFunctionBody() local
4227 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()