Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h42 bool Verify = false; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h489 void setVerifyModules(bool Verify) { in setVerifyModules()
631 EngineBuilder &setVerifyModules(bool Verify) { in setVerifyModules()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h70 GlobalData.Options.VerifyInputDWARF = Verify; in setVerifyInputDWARF() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h582 VerifyInstrumentation Verify; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp58 VerifyDiagnosticConsumer &Verify; member in __anon0d69b8210111::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) in VerifyFileTracker() argument
/freebsd-src/contrib/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.cpp1153 bool CompilerType::Verify() const { Verify() function in CompilerType
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h254 void setVerifyInputDWARF(bool Verify) override { in setVerifyInputDWARF()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp766 bool Verify = VerifyMachineCode == cl::BOU_TRUE; addVerifyPass() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp890 static void Verify(const Function &F, const DominatorTree &DT, in Verify() function
/freebsd-src/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py476 def Verify(self): member in Entry
691 def Verify(self): member in EntryBytes
/freebsd-src/contrib/libevent/
H A Devent_rpcgen.py476 def Verify(self): member in Entry
691 def Verify(self): member in EntryBytes
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp277 static opt<bool> Verify("verify", desc("Verify the DWARF debug info."), global() variable
/freebsd-src/crypto/heimdal/appl/gssmask/
H A Dgssmask.c603 HandleOP(Verify) in HandleOP() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1596 bool Verify(const DomTreeT &DT, typename DomTreeT::VerificationLevel VL) { Verify() function
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5300 TEST(CodeLocationForTEST,Verify) TEST() argument
5306 TEST_F(CodeLocationForTESTF,Verify) TEST_F() argument
5312 TEST_P(CodeLocationForTESTP,Verify) TEST_P() argument
5323 TYPED_TEST(CodeLocationForTYPEDTEST,Verify) TYPED_TEST() argument
5332 TYPED_TEST_P(CodeLocationForTYPEDTESTP,Verify) TYPED_TEST_P() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2762 bool TypeSystemClang::Verify(lldb::opaque_compiler_type_t type) { Verify() function in TypeSystemClang