Home
last modified time | relevance | path

Searched defs:Layout (Results 1 – 25 of 65) sorted by relevance

123

/external/clang/include/clang/Frontend/
DLayoutOverrideSource.h27 struct Layout { struct
39 llvm::StringMap<Layout> Layouts; argument
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h126 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in Emit()
134 const MCAsmLayout &Layout) const { in getEmitSize()
178 const MCAsmLayout &Layout) const { in getEmitSize()
188 void Emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in Emit()
/external/llvm/lib/MC/
DMCExpr.cpp400 const MCAsmLayout &Layout, in EvaluateAsAbsolute()
416 const MCAsmLayout *Layout, in EvaluateAsAbsolute()
425 const MCAsmLayout *Layout, in evaluateAsAbsolute()
446 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
523 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
580 const MCAsmLayout *Layout, in EvaluateAsRelocatable()
603 const MCAsmLayout *Layout, in EvaluateAsRelocatableImpl()
DMCAssembler.cpp123 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbolData &SD, in getLabelOffset()
135 static bool getSymbolOffsetImpl(const MCAsmLayout &Layout, in getSymbolOffsetImpl()
478 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
550 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
699 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
878 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
902 MCAsmLayout Layout(*this); in Finish() local
1001 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1034 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1051 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
[all …]
DELFObjectWriter.cpp467 const MCAsmLayout &Layout) { in SymbolValue()
482 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
557 const MCAsmLayout &Layout) { in WriteSymbol()
606 const MCAsmLayout &Layout, in WriteSymbolTable()
776 const MCAsmLayout &Layout, in RecordRelocation()
883 bool ELFObjectWriter::isInSymtab(const MCAsmLayout &Layout, in isInSymtab()
965 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
1140 getUncompressedData(MCAsmLayout &Layout, in getUncompressedData()
1187 getCompressedFragment(MCAsmLayout &Layout, in getCompressedFragment()
1213 static void UpdateSymbols(const MCAsmLayout &Layout, in UpdateSymbols()
[all …]
DMachObjectWriter.cpp202 const MCAsmLayout &Layout, in WriteSection()
325 const MCAsmLayout &Layout) { in WriteNlist()
453 const MCAsmLayout &Layout, in RecordRelocation()
636 const MCAsmLayout &Layout) { in computeSectionAddresses()
653 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
741 const MCAsmLayout &Layout) { in WriteObject()
DWinCOFFObjectWriter.cpp354 const MCAsmLayout &Layout) { in getSymbolValue()
369 const MCAsmLayout &Layout) { in DefineSymbol()
641 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
673 MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation()
808 const MCAsmLayout &Layout) { in WriteObject()
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUAsmBackend.cpp26 const MCAsmLayout &Layout) { in ExecutePostLayoutBinding()
30 const MCAsmLayout &Layout, in RecordRelocation()
67 const MCAsmLayout &Layout) { in WriteObject()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp63 const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation()
100 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
344 const MCAsmLayout &Layout, in RecordScatteredRelocation()
439 const MCAsmLayout &Layout, in RecordTLVPRelocation()
483 const MCAsmLayout &Layout, in RecordX86Relocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp45 const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation()
177 static uint32_t getFixupOffset(const MCAsmLayout &Layout, in getFixupOffset()
193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordScatteredRelocation()
305 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
DPPCMCExpr.cpp94 const MCAsmLayout *Layout, in EvaluateAsRelocatableImpl()
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUAsmBackend.cpp29 const MCAsmLayout &Layout) override { in ExecutePostLayoutBinding()
32 void RecordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in RecordRelocation()
68 const MCAsmLayout &Layout) { in WriteObject()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp143 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { in getFieldOffset() argument
193 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() local
217 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() local
281 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() local
331 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() local
388 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
449 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
494 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
546 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
898 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
[all …]
DVTTBuilder.cpp67 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVTTs() local
114 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); in LayoutSecondaryVirtualPointers() local
DVTableBuilder.cpp244 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Element.Class); in ComputeBaseOffset() local
364 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseOffsets() local
381 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in dump() local
618 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Base.getBase()); in AddVCallAndVBaseOffsets() local
679 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddVCallOffsets() local
1395 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in IsOverriderUsed() local
1474 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in AddMethods() local
1725 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutPrimaryAndSecondaryVTables() local
1761 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in LayoutSecondaryVTables() local
1812 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in DeterminePrimaryVirtualBases() local
[all …]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
DLayout.java19 public class Layout { class
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLayout.java25 public class Layout { class
/external/deqp/framework/opengl/
DgluVarType.hpp242 struct Layout struct
249 int location;
250 int binding;
251 int offset;
275 glu::Layout layout;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp144 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation()
246 const MCAsmLayout &Layout, in RecordARMScatteredRelocation()
350 const MCAsmLayout &Layout, in RecordRelocation()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp83 const MCAsmLayout *Layout, in EvaluateAsRelocatableImpl()
DMipsAsmBackend.h65 const MCAsmLayout &Layout) const override { in fixupNeedsRelaxation()
/external/clang/docs/
DControlFlowIntegrityDesign.rst199 …tp://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO/LowerBitSets.h?view=markup
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp188 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CollectFields() local
252 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in getTBAAStructTypeInfo() local
/external/llvm/include/llvm/CodeGen/
DStackProtector.h66 SSPLayoutMap Layout; variable
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp94 const MCAsmLayout *Layout, in EvaluateAsRelocatableImpl()

123