Home
last modified time | relevance | path

Searched refs:insertLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp51 RootSigDesc.Parameters.insertLocation(Location); in readDescriptorRanges()
123 RootSigDesc.Parameters.insertLocation(Location); in create()
138 RootSigDesc.Parameters.insertLocation(Location); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h162 void insertLocation(RootParameterLocationYaml &Location) { in insertLocation() function