Home
last modified time | relevance | path

Searched defs:IsDeclaration (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h610 bool IsDeclaration = false; member
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go993 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func