Home
last modified time | relevance | path

Searched defs:Full (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h19 enum class ExpeditedRegs { Minimal, Full }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp541 printReference(raw_ostream & OS,bool Full,LVElement * Parent) const printReference() argument
549 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent) const printLinkageName() argument
557 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent,LVScope * Scope) const printLinkageName() argument
H A DLVObject.cpp116 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes()
H A DLVLocation.cpp621 void LVLocation::print(LVLocations *Locations, raw_ostream &OS, bool Full) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h57 enum class DebugTemplateNamesKind { Full, Simple, Mangled }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h21 Full, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h41 Full, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h200 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h43 enum class UnitKind { Skeleton, Full }; enumerator
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c170 UINT64 Full; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h127 Full = Control | Integer | Segments, enumerator
H A DRegisterContextMinidump_x86_64.h172 Full = Control | Integer | FloatingPoint, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h50 Full // Use one table per unique function type enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp68 Full // Report for every known-to-TLI function. global() enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h417 Full = 3 enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h36 Full, // The value fills the full location. enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp116 std::string Short, Full; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp43 NSDictionary_Additionals::AdditionalFormatterMatching::Full::Full(ConstString n) in Full() function in NSDictionary_Additionals::AdditionalFormatterMatching::Full
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp44 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp511 SDValue Full = N.getOperand(0); in expandAddress() local
H A DSystemZISelLowering.cpp3528 SDValue Full = in lowerGlobalAddress() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1970 if (auto *Full = dyn_cast<FullExpr>(E)) in ignoreImplicitSemaNodes() local