OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructLayout
(Results
1 - 25
of
37
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs
38
[
StructLayout
( LayoutKind.Sequential, Pack = 2 )]
/external/llvm/lib/IR/
Operator.cpp
32
const
StructLayout
*SL = DL.getStructLayout(STy);
DataLayout.cpp
37
// Support for
StructLayout
40
StructLayout
::
StructLayout
(StructType *ST, const DataLayout &DL) {
79
unsigned
StructLayout
::getElementContainingOffset(uint64_t Offset) const {
524
typedef DenseMap<StructType*,
StructLayout
*> LayoutInfoTy;
531
StructLayout
*Value = I.second;
532
Value->~
StructLayout
();
537
StructLayout
*&operator[](StructType *STy) {
556
const
StructLayout
*DataLayout::getStructLayout(StructType *Ty) const {
561
StructLayout
*&SL = (*STM)[Ty]
[
all
...]
/external/llvm/include/llvm/IR/
DataLayout.h
40
class
StructLayout
;
147
// The StructType ->
StructLayout
map.
447
/// \brief Returns a
StructLayout
object, indicating the alignment of the
451
const
StructLayout
*getStructLayout(StructType *Ty) const;
475
class
StructLayout
{
507
StructLayout
(StructType *ST, const DataLayout &DL);
/frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp
83
const llvm::
StructLayout
*SL = DL.getStructLayout(STy);
/frameworks/compile/slang/
slang_rs_export_func.cpp
140
const llvm::
StructLayout
*ParamTySL =
/external/clang/lib/CodeGen/
CGObjCRuntime.h
28
class
StructLayout
;
CGRecordLayoutBuilder.cpp
[
all
...]
CGCall.cpp
[
all
...]
CGExprConstant.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
TargetInfo.cpp
[
all
...]
/external/llvm/bindings/go/llvm/
target.go
196
// See the method llvm::
StructLayout
::getElementContainingOffset.
202
// See the method llvm::
StructLayout
::getElementOffset.
/external/llvm/bindings/ocaml/target/
llvm_target.mli
127
See the method [llvm::
StructLayout
::getElementContainingOffset]. *)
131
See the method [llvm::
StructLayout
::getElementContainingOffset]. *)
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
711
const
StructLayout
*SL = DL.getStructLayout(STy);
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
92
const
StructLayout
*SL = DL.getStructLayout(STy);
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
154
const
StructLayout
*Layout = DL.getStructLayout(StructTy);
[
all
...]
LowerBitSets.cpp
560
const
StructLayout
*CombinedGlobalLayout = DL.getStructLayout(NewTy);
[
all
...]
/external/llvm/lib/Analysis/
ConstantFolding.cpp
324
const
StructLayout
*SL = DL.getStructLayout(CS->getType());
847
const
StructLayout
&SL = *DL.getStructLayout(STy);
853
// within the range representable by the
StructLayout
API.
[
all
...]
BasicAliasAnalysis.cpp
[
all
...]
InlineCost.cpp
280
const
StructLayout
*SL = DL.getStructLayout(STy);
[
all
...]
ScalarEvolutionExpander.cpp
459
const
StructLayout
&SL = *DL.getStructLayout(STy);
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 1559 milliseconds
1
2