HomeSort by relevance Sort by last modified time
    Searched refs:Linkage (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/llvm/bindings/python/llvm/
core.py 98 class Linkage(LLVMEnumeration):
99 """Represents an individual Linkage enumeration."""
104 super(Linkage, self).__init__(name, value)
596 (Linkage, enumerations.Linkages),
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 309 llvm::GlobalVariable::LinkageTypes Linkage);
344 llvm::GlobalValue::LinkageTypes Linkage =
349 CGM.getModule(), VDispMapTy, /*Constant=*/true, Linkage,
362 GVALinkage Linkage =
365 if (Linkage == GVA_Internal)
    [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 7 #include "src/compiler/linkage.h"
93 // TODO(bbudge) Modify wasm linkage to allow use of all float regs.
139 // TODO(bbudge) Modify wasm linkage to allow use of all float regs.
302 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, msig);
457 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig);
489 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig);
585 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig);
    [all...]
graph-builder-tester.h 10 #include "src/compiler/linkage.h"
279 Linkage::GetSimplifiedCDescriptor(zone, this->csig_);
codegen-tester.h 35 Linkage::GetSimplifiedCDescriptor(
  /external/v8/src/compiler/
node-properties.cc 8 #include "src/compiler/linkage.h"
375 if (index == Linkage::kOsrContextSpillSlotIndex) {
wasm-compiler.cc 22 #include "src/compiler/linkage.h"
231 CallDescriptor* desc = Linkage::GetRuntimeCallDescriptor(
    [all...]
js-typed-lowering.cc 10 #include "src/compiler/linkage.h"
460 CallDescriptor const* const desc = Linkage::GetStubCallDescriptor(
    [all...]
js-create-lowering.cc 14 #include "src/compiler/linkage.h"
300 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
313 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
325 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
    [all...]
js-intrinsic-lowering.cc 12 #include "src/compiler/linkage.h"
474 CallDescriptor const* const desc = Linkage::GetStubCallDescriptor(
simplified-lowering.cc 15 #include "src/compiler/linkage.h"
    [all...]
bytecode-graph-builder.cc 8 #include "src/compiler/linkage.h"
460 int index = Linkage::GetJSCallNewTargetParamIndex(params);
472 int index = Linkage::GetJSCallContextParamIndex(params);
483 int index = Linkage::kJSCallClosureParamIndex;
    [all...]
code-generator.cc 9 #include "src/compiler/linkage.h"
34 CodeGenerator::CodeGenerator(Frame* frame, Linkage* linkage,
37 linkage_(linkage),
80 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) {
83 // Architecture-specific, linkage-specific prologue.
151 // avoid clobbering callee saved registers in case of C linkage and
154 if (linkage()->GetIncomingDescriptor()->InitializeRootRegister()) {
281 if (linkage()->GetIncomingDescriptor()->IsJSFunctionCall()) {
297 linkage()->GetIncomingDescriptor()
    [all...]
ast-graph-builder.cc 11 #include "src/compiler/linkage.h"
518 int index = Linkage::kJSCallClosureParamIndex;
530 int index = Linkage::GetJSCallContextParamIndex(params);
542 int index = Linkage::GetJSCallNewTargetParamIndex(params);
    [all...]
  /external/llvm/lib/IR/
Function.cpp 249 Function::Function(FunctionType *Ty, LinkageTypes Linkage, const Twine &name,
252 OperandTraits<Function>::op_begin(this), 0, Linkage, name),
913 // Check the linkage
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 790 // We use private linkage for module-local strings. If they can be merged
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 41 module Linkage = struct
580 external linkage : llvalue -> Linkage.t = "llvm_linkage"
581 external set_linkage : Linkage.t -> llvalue -> unit = "llvm_set_linkage"
    [all...]
llvm_ocaml.c 932 /* llvalue -> Linkage.t */
937 /* Linkage.t -> llvalue -> unit */
938 CAMLprim value llvm_set_linkage(value Linkage, LLVMValueRef Global) {
939 LLVMSetLinkage(Global, Int_val(Linkage));
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 43 OS << "Offset Linkage Kind Name\n";
54 OS << format("%-8s", dwarf::GDBIndexEntryLinkageString(desc.Linkage))
  /external/v8/test/cctest/wasm/
wasm-run-utils.h 382 Linkage::GetSimplifiedCDescriptor(zone(), signature_, true);
  /toolchain/binutils/binutils-2.25/include/opcode/
bfin.h 1174 /* linkage
1190 } Linkage;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 23 #include "clang/Basic/Linkage.h"
230 /// \brief Determine whether this declaration has linkage.
263 /// \brief Determine what kind of linkage this entity has.
264 /// This is not the linkage as defined by the standard or the codegen notion
265 /// of linkage. It is just an implementation detail that is used to compute
267 Linkage getLinkageInternal() const;
269 /// \brief Get the linkage from a semantic point of view. Entities in
271 Linkage getFormalLinkage() const {
275 /// \brief True if this decl has external linkage.
289 /// \brief Determines the linkage and visibility of this entity
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 293 GlobalValue::LinkageTypes Linkage = GV->getLinkage();
294 switch (Linkage) {
319 // FIXME: appending linkage variables should go into a section of
334 llvm_unreachable("Unknown linkage type!");
506 // Emit the linkage here.
    [all...]

Completed in 844 milliseconds

1 23 4