Home
last modified time | relevance | path

Searched defs:Keep (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h27 bool Keep; variable
H A DCodeGen.h128 Keep = 0, ///< No function return thunk. enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h210 enum class LineLevel { Remove, Keep }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1399 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local
1406 APInt Keep = getLowBitsSet(BitWidth, BitWidth - hiBits); in clearHighBits() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h331 std::vector<GlobalValue *> Keep; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h80 bool Keep : 1; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h407 std::vector<std::unique_ptr<RegionT>> Keep; addSubRegion() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h391 Keep, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp331 bool Keep = true; in UpdateTOCSaves() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp974 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp397 bool Keep; member