Home
last modified time | relevance | path

Searched defs:isImplicitCode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp58 bool DebugLoc::isImplicitCode() const { in isImplicitCode() function in DebugLoc
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1447 bool isImplicitCode() const { return ImplicitCode; } in isImplicitCode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3847 bool isImplicitCode = Record.size() == 5 && Record[4]; in parseFunctionBody() local