Home
last modified time | relevance | path

Searched refs:Place (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp66 const Expr *Place = NE->getPlacementArg(0); in getExtentSizeOfPlace() local
67 return getDynamicExtentWithOffset(C.getState(), C.getSVal(Place)); in getExtentSizeOfPlace()
276 const Expr *Place = NE->getPlacementArg(0); in checkPlaceIsAlignedProperly() local
282 SVal PlaceVal = C.getSVal(Place); in checkPlaceIsAlignedProperly()
285 checkElementRegionAlign(TheElementRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
287 checkFieldRegionAlign(TheFieldRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
289 isVarRegionAlignedProperly(TheVarRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparc.td133 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
138 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
162 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dfixup-per-fragment.s8 @ Place a literal pool out of range of the 16-bit ldr but within
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp183 BasicBlock *Place = nullptr; member
823 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()
834 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
839 [](std::unique_ptr<Edge> &E) { return E->Place; }) - in emitProfileNotes()
862 Src.addEdge(Dst, E.Place ? 0 : uint32_t(GCOV_ARC_ON_TREE)); in emitProfileNotes()
913 IRBuilder<> Builder(E.Place, E.Place->getFirstInsertionPt()); in emitProfileNotes()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Delf-retain.ll1 ;; Place a global object in the llvm.used list in a unique section with the SHF_GNU_RETAIN flag.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Ddebugloc.ll181 !30 = distinct !DISubprogram(name: "Place", scope: !5, file: !5, line: 135, scopeLine: 135, flags: …
182 !31 = distinct !DISubprogram(name: "Place", scope: !5, file: !5, line: 135, scopeLine: 135, flags: …
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h337 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31() argument
341 return Location + Place; in PREL31()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h68 enum class OrphanHandlingPolicy { Place, Warn, Error }; enumerator
H A DLinkerScript.cpp879 if (config->orphanHandling == OrphanHandlingPolicy::Place) in diagnoseOrphanHandling()
H A DDriver.cpp799 return OrphanHandlingPolicy::Place; in getOrphanHandling()
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-toc-addis-nop.s9 ## Place all sections in the same segment so that .text and .TOC. are on the same page.
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Doverwrite-sections.test81 ## Place .foo.data as an orphan, then insert .foo.text after .foo.data.
/llvm-project-15.0.7/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
/llvm-project-15.0.7/lld/docs/ELF/
H A Dlinker_script.rst71 - Place input ``.text.*`` into output ``.text``, and handle certain variants
/llvm-project-15.0.7/lld/wasm/
H A DOptions.td206 HelpText<"Place stack at start of linear memory rather than after data">;
/llvm-project-15.0.7/lld/docs/
H A DWebAssembly.rst62 Place stack at start of linear memory rather than after data.
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dsincos_helpers.cl425 // Place those 192 bits in 4 48-bit doubles along with correct exponent
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dbroken-dynamic-reloc.test437 ## Place all implicit sections here to make the .dynsym section to be the
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst1556 Place uninitialized global variables in a common block
1620 Place each data in its own section
1652 Place debug types in their own section (ELF Only)
1840 Place each function in its own section
3629 Place constants in the .rodata section instead of the .sdata section even if they meet the -G <size…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DContributing.rst42 Choosing the Right Place for your Check
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1410 …Flags<[CoreOption, CC1Option]>, HelpText<"Place uninitialized global variables in a common block">,
3011 PosFlag<SetTrue, [CC1Option], "Place each function in its own section">,
3015 HelpText<"Place each function's basic blocks in unique sections (ELF Only)">,
3021 PosFlag<SetTrue, [CC1Option], "Place each data in its own section">, NegFlag<SetFalse>>;
3073 HelpText<"Place debug types in their own section (ELF Only)">;
3903 HelpText<"Place constants in the .rodata section instead of the .sdata "
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md166 > * Place documentation at the beginning of the operation definition