Home
last modified time | relevance | path

Searched defs:needsCopy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h282 uint8_t needsCopy : 1; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h270 virtual bool needsCopy() const { return true; } in needsCopy() function
H A DCGBlocks.cpp2289 bool needsCopy() const override { return CopyExpr != nullptr; } in needsCopy() function in __anon414bd1560911::CXXByrefHelpers
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp2954 const bool needsCopy = isStaticConstantByValue || variableNeedsCopy; in prepareActualToBaseAddressLike() local