Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h40 struct NameAndAttributes { struct
41 StringRef name;
42 uint32_t attributes = 0;
43 bool isFunction = false;
44 const GlobalValue *symbol = nullptr;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp231 std::string NameAndAttributes; in MakePropertyEncodingString() local