Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A Dstatic-multimap-view.h47 constexpr bool Verify() const { in Verify() function
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h42 bool Verify = false; member
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h489 void setVerifyModules(bool Verify) { in setVerifyModules()
631 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules()
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp117 DWARFVerify Verify = DWARFVerify::Default; global() member
277 if (opt::Arg *Verify = Args.getLastArg(OPT_verify_dwarf)) { getVerifyKind() local
307 if (Expected<DWARFVerify> Verify = getVerifyKind(Args)) { getOptions() local
[all...]
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/llvm/utils/yaml-bench/
H A DYAMLBench.cpp44 Verify( "verify" variable
/llvm-project/polly/lib/CodeGen/
H A DCodeGeneration.cpp53 static cl::opt<bool> Verify("polly-codegen-verify", global() variable
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h69 void setVerifyInputDWARF(bool Verify) override { in setVerifyInputDWARF()
/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h596 VerifyInstrumentation Verify; global() variable
/llvm-project/flang/runtime/
H A Dcharacter.cpp335 enum class CharFunc { Index, Scan, Verify }; enumerator
866 void RTDEF(Verify)(Descriptor &result, const Descriptor &string, in RTDEF() argument
/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp66 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() function in TypeSystem
H A DCompilerType.cpp1197 bool CompilerType::Verify() const { Verify() function in CompilerType
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp58 VerifyDiagnosticConsumer &Verify; member in __anon67f4f2c20111::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) in VerifyFileTracker()
/llvm-project/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp92 static bool Verify; global() variable
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h254 void setVerifyInputDWARF(bool Verify) override { in setVerifyInputDWARF()
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp770 bool Verify = VerifyMachineCode == cl::BOU_TRUE; addVerifyPass() local
/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp890 static void Verify(const Function &F, const DominatorTree &DT, Verify() function
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp229 static cl::opt<bool> Verify("verify", cl::desc("Verify symbol information."), global() variable
/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1582 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { Verify() function
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp285 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."), variable
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp1012 TEST_F(CloneModule,Verify) TEST_F() argument
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp419 bool ScopDetection::isMaxRegionInScop(const Region &R, bool Verify) { in isMaxRegionInScop() argument
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2770 bool TypeSystemClang::Verify(lldb::opaque_compiler_type_t type) { Verify() function in TypeSystemClang