Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOModule.h43 struct NameAndAttributes { struct
44 const char *name;
45 uint32_t attributes;
46 bool isFunction;
47 const llvm::GlobalValue *symbol;
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp231 std::string NameAndAttributes; in MakePropertyEncodingString() local