Home
last modified time | relevance | path

Searched defs:IsFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc361 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsFunction() { in IsFunction() function in CefV8ValueCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
/third_party/cef/libcef/renderer/
Dv8_impl.cc1704 bool CefV8ValueImpl::IsFunction() { in IsFunction() function in CefV8ValueImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1562 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction, in verifyAttributeTypes()