Home
last modified time | relevance | path

Searched defs:HasName (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWriter.cpp28 bool HasName = S.SectionType == WASM_SEC_CUSTOM; in createSectionHeader() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DSymbolTableListTraitsImpl.h107 bool HasName = V.hasName(); in transferNodesFromList() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DValue.h119 unsigned HasName : 1; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DType.cpp801 bool TypeAndOrName::HasName() const { return (bool)m_type_name; } in HasName() function in TypeAndOrName
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp9900 bool HasName; member in __anon10db01691a11::FieldEncoding