Home
last modified time | relevance | path

Searched defs:Props (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp570 void index::applyForEachSymbolProperty(SymbolPropertySet Props, in applyForEachSymbolProperty()
589 void index::printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS) { in printSymbolProperties()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp248 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() local
262 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() local
274 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp227 EntryProps Props; member in __anon06a85b7a0111::EntryMD
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp434 uint32_t Props = (NonZero | Finite); in deduce() local
442 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce() local
1238 evaluateCMPpi(uint32_t Cmp,uint32_t Props,const APInt & A2,bool & Result) evaluateCMPpi() argument
2303 uint32_t Props = PredC.properties(); evaluate() local
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5524 AndroidNoteProperties Props; in getAndroidNoteProperties() local
5563 AndroidNoteProperties Props = getAndroidNoteProperties(NoteType, Desc); in printAndroidNote() local
7922 AndroidNoteProperties Props = getAndroidNoteProperties(NoteType, Desc); in printAndroidNoteLLVMStyle() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp843 StringRef Name, Key Props) in CodeGenRegisterClass()