OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructLayout
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp
44
// Support for
StructLayout
47
StructLayout
::
StructLayout
(StructType *ST, const DataLayout &DL) {
82
unsigned
StructLayout
::getElementContainingOffset(uint64_t Offset) const {
639
using LayoutInfoTy = DenseMap<StructType*,
StructLayout
*>;
646
StructLayout
*Value = I.second;
647
Value->~
StructLayout
();
652
StructLayout
*&operator[](StructType *STy) {
671
const
StructLayout
*DataLayout::getStructLayout(StructType *Ty) const {
676
StructLayout
*&SL = (*STM)[Ty]
[
all
...]
Operator.cpp
45
const
StructLayout
*SL = DL.getStructLayout(STy);
117
const
StructLayout
*SL = DL.getStructLayout(STy);
180
const
StructLayout
*SL = DL.getStructLayout(STy);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
47
class
StructLayout
;
167
// The StructType ->
StructLayout
map.
582
/// Returns a
StructLayout
object, indicating the alignment of the
586
const
StructLayout
*getStructLayout(StructType *Ty) const;
604
class
StructLayout
final : public TrailingObjects<
StructLayout
, uint64_t> {
646
StructLayout
(StructType *ST, const DataLayout &DL);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeMetadataUtils.cpp
139
const
StructLayout
*SL = DL.getStructLayout(C->getType());
ModuleSummaryAnalysis.cpp
507
const
StructLayout
*SL = DL.getStructLayout(C->getType());
ConstantFolding.cpp
468
const
StructLayout
*SL = DL.getStructLayout(CS->getType());
997
const
StructLayout
&SL = *DL.getStructLayout(STy);
1003
// within the range representable by the
StructLayout
API.
InlineCost.cpp
1014
const
StructLayout
*SL = DL.getStructLayout(STy);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalSplit.cpp
72
const
StructLayout
*SL = DL.getStructLayout(Init->getType());
ArgumentPromotion.cpp
268
const
StructLayout
*SL = DL.getStructLayout(STy);
398
const
StructLayout
*SL = DL.getStructLayout(STy);
790
const
StructLayout
*Layout = DL.getStructLayout(StructTy);
AttributorAttributes.cpp
211
const
StructLayout
*SL = DL.getStructLayout(STy);
5598
const
StructLayout
*PrivStructLayout = DL.getStructLayout(PrivStructType);
5638
const
StructLayout
*PrivStructLayout = DL.getStructLayout(PrivStructType);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h
192
const llvm::
StructLayout
*Layout = DL.getStructLayout(ElTy);
327
const llvm::
StructLayout
*Layout = DL.getStructLayout(ElTy);
CGObjCRuntime.h
29
class
StructLayout
;
CGDebugInfo.h
364
const llvm::
StructLayout
&BlockLayout, llvm::DIFile *Unit,
CGRecordLayoutBuilder.cpp
948
const llvm::
StructLayout
*SL = getDataLayout().getStructLayout(ST);
CGExprConstant.cpp
339
const llvm::
StructLayout
*Layout =
CGObjCMac.cpp
994
void BuildRCRecordLayout(const llvm::
StructLayout
*RecLayout,
2519
void CGObjCCommonMac::BuildRCRecordLayout(const llvm::
StructLayout
*RecLayout,
2647
const llvm::
StructLayout
*RecLayout =
2956
const llvm::
StructLayout
*layout =
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
target.go
189
// See the method llvm::
StructLayout
::getElementContainingOffset.
195
// See the method llvm::
StructLayout
::getElementOffset.
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.mli
120
See the method [llvm::
StructLayout
::getElementContainingOffset]. *)
124
See the method [llvm::
StructLayout
::getElementContainingOffset]. *)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp
92
const
StructLayout
*SL = Offsets ? DL.getStructLayout(STy) : nullptr;
97
// Don't compute the element offset if we didn't get a
StructLayout
above.
141
const
StructLayout
*SL = Offsets ? DL.getStructLayout(STy) : nullptr;
GlobalMerge.cpp
525
const
StructLayout
*MergedLayout = DL.getStructLayout(MergedTy);
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp
456
const
StructLayout
*Layout = DL.getStructLayout(CS->getType());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp
742
const
StructLayout
*SL = DL.getStructLayout(STy);
1519
const
StructLayout
*SL = DL.getStructLayout(STy);
3629
const
StructLayout
*SL = DL.getStructLayout(STy);
3706
const
StructLayout
*SL = DL.getStructLayout(STy);
3753
const
StructLayout
*SubSL = DL.getStructLayout(SubTy);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
1160
const
StructLayout
*SL =
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
273
const
StructLayout
*SL = DL.getStructLayout(STy);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp
495
const
StructLayout
*SL = DL.getStructLayout(STy);
Completed in 58 milliseconds
1
2
Indexes created Sat Sep 19 00:25:42 UTC 2026