OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSlotAttributes
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/IR/
Attributes.cpp
790
AttrSet.emplace_back(
getSlotAttributes
(I++));
794
AttrBuilder B(
getSlotAttributes
(I), *IdxI);
803
AttrSet.emplace_back(
getSlotAttributes
(I++));
832
if (getSlotIndex(I) == Index) AS =
getSlotAttributes
(LastIndex++);
836
AttrSet.push_back(
getSlotAttributes
(I));
855
AttrSet.push_back(
getSlotAttributes
(I));
883
if (getSlotIndex(I) == Index) AS =
getSlotAttributes
(LastIndex++);
887
AttrSet.push_back(
getSlotAttributes
(I));
896
B.removeAttributes(Attrs.pImpl->
getSlotAttributes
(I), Index);
904
AttrSet.push_back(
getSlotAttributes
(I))
[
all
...]
AttributeImpl.h
251
AttributeSet
getSlotAttributes
(unsigned Slot) const {
/external/llvm/include/llvm/IR/
Attributes.h
359
AttributeSet
getSlotAttributes
(unsigned Slot) const;
/frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp
447
AttributeSet AS = PAL.
getSlotAttributes
(i);
/frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp
447
AttributeSet AS = PAL.
getSlotAttributes
(i);
/frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp
447
AttributeSet AS = PAL.
getSlotAttributes
(i);
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
695
AttributeSet AS = PAL.
getSlotAttributes
(i);
BitcodeWriter.cpp
281
AttributeSet A = AS.
getSlotAttributes
(i);
329
Record.push_back(VE.getAttributeGroupID(A.
getSlotAttributes
(i)));
[
all
...]
/external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
253
AttributesVec.push_back(PAL.
getSlotAttributes
(i));
[
all
...]
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
487
AttrBuilder attrs(PAL.
getSlotAttributes
(i), index);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
Completed in 655 milliseconds