Home
last modified time | relevance | path

Searched defs:isImplicitCode (Results 1 – 6 of 6) 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/llvm-project/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/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1647 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
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3947 bool isImplicitCode = Record.size() == 5 && Record[4]; in parseFunctionBody() local