/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeRegisterContext.h | 19 enum class ExpeditedRegs { Minimal, Full }; enumerator
|
/llvm-project/llvm/include/llvm/Frontend/Debug/ |
H A D | Options.h | 57 enum class DebugTemplateNamesKind { Full, Simple, Mangled }; enumerator
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 540 printReference(raw_ostream & OS,bool Full,LVElement * Parent) const printReference() argument 548 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent) const printLinkageName() argument 556 printLinkageName(raw_ostream & OS,bool Full,LVElement * Parent,LVScope * Scope) const printLinkageName() argument
|
H A D | LVObject.cpp | 116 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes()
|
H A D | LVLocation.cpp | 621 print(LVLocations * Locations,raw_ostream & OS,bool Full) print() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVTargetStreamer.h | 21 Full, enumerator
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.h | 41 Full, enumerator
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfWriter.h | 200 setMemProfFullSchema(bool Full) setMemProfFullSchema() argument
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_mutexset_test.cpp | 88 TEST(MutexSet, Full) { in TEST() argument
|
/llvm-project/libc/test/src/__support/CPP/ |
H A D | stringview_test.cpp | 227 EXPECT_EQ(Full.find_first_not_of('a', 0), string_view::npos); in TEST() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 43 enum class UnitKind { Skeleton, Full }; enumerator
|
/llvm-project/polly/lib/Transform/ |
H A D | ManualOptimizer.cpp | 102 bool Full = getBooleanLoopAttribute(LoopMD, "llvm.loop.unroll.full"); in applyLoopUnroll() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfoPOSIX_arm64.h | 18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_x86_32.h | 127 Full = Control | Integer | Segments, enumerator
|
H A D | RegisterContextMinidump_x86_64.h | 172 Full = Control | Integer | FloatingPoint, global() enumerator
|
/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 61 Full // Report for every known-to-TLI function. global() enumerator
|
/llvm-project/libc/benchmarks/ |
H A D | LibcBenchmark.h | 50 Full // Keep all iterations states, useful for testing or debugging. enumerator
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 50 Full // Use one table per unique function type enumerator
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 146 type t = None | Full | LineTablesOnly Constructor
|
H A D | llvm_debuginfo.mli | 150 type t = None | Full | LineTablesOnly Constructor
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 417 Full = 3 global() enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 36 Full, // The value fills the full location. enumerator
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | release_test.cpp | 527 scudo::PageReleaseContext Full(BlockSize, /*NumberOfRegions=*/1U, in testReleasePartialRegion() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 116 std::string Short, Full; global() member
|