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
27
) 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/
DataLayout.cpp
41
// Support for
StructLayout
44
StructLayout
::
StructLayout
(StructType *ST, const DataLayout &DL) {
78
unsigned
StructLayout
::getElementContainingOffset(uint64_t Offset) const {
411
typedef DenseMap<StructType*,
StructLayout
*> LayoutInfoTy;
419
StructLayout
*Value = I->second;
420
Value->~
StructLayout
();
425
StructLayout
*&operator[](StructType *STy) {
445
const
StructLayout
*DataLayout::getStructLayout(StructType *Ty) const {
450
StructLayout
*&SL = (*STM)[Ty]
[
all
...]
/external/llvm/include/llvm/IR/
DataLayout.h
36
class
StructLayout
;
122
// The StructType ->
StructLayout
map.
376
/// getStructLayout - Return a
StructLayout
object, indicating the alignment
379
const
StructLayout
*getStructLayout(StructType *Ty) const;
404
///
StructLayout
- used to lazily calculate structure layout information for a
407
class
StructLayout
{
442
StructLayout
(StructType *ST, const DataLayout &DL);
Operator.h
460
const
StructLayout
*SL = DL.getStructLayout(STy);
/external/llvm/bindings/ocaml/target/
llvm_target.mli
88
See the method llvm::
StructLayout
::getElementContainingOffset. *)
93
See the method llvm::
StructLayout
::getElementContainingOffset. *)
/frameworks/compile/slang/
slang_rs_export_func.cpp
143
const llvm::
StructLayout
*ParamTySL =
/external/clang/lib/CodeGen/
CGObjCRuntime.h
28
class
StructLayout
;
CGObjCMac.cpp
[
all
...]
CGRecordLayoutBuilder.cpp
[
all
...]
TargetInfo.cpp
[
all
...]
CGDebugInfo.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
[
all
...]
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
80
const
StructLayout
*SL = TLI.getDataLayout()->getStructLayout(STy);
/external/chromium_org/tools/stats_viewer/
stats_table.cs
18
[
StructLayout
(LayoutKind.Sequential)]
/external/llvm/lib/Analysis/
ConstantFolding.cpp
303
const
StructLayout
*SL = TD.getStructLayout(CS->getType());
765
const
StructLayout
&SL = *TD->getStructLayout(STy);
771
// within the range representable by the
StructLayout
API.
[
all
...]
ValueTracking.cpp
633
const
StructLayout
*SL = TD->getStructLayout(STy);
[
all
...]
ScalarEvolutionExpander.cpp
465
const
StructLayout
&SL = *SE.TD->getStructLayout(STy);
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
269
const
StructLayout
*SL = TD->getStructLayout(STy);
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
794
const
StructLayout
*SL = TD->getStructLayout(STy);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
Completed in 1424 milliseconds
1
2