Home
last modified time | relevance | path

Searched refs:Foreign (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-debug-names.s104 .long 1 # Foreign TU count
111 .quad 0xffffff00ffffffff # Foreign TU2 signature
144 # CHECK-NEXT: Foreign TU count: 0
190 # CHECK-NEXT: Foreign TU count: 0
224 # CHECK-NEXT: Foreign TU count: 1
236 # CHECK-NEXT: Foreign Type Unit signatures [
H A Ddebug-names-split-dwarf.ll10 ; CHECK: Foreign TU count: 0
H A Ddebug-names-dwarf64.ll21 ; CHECK-NEXT: Foreign TU count: 0
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml66 let cg = coerce (Foreign.funptr (void @-> returning int32_t)) (ptr void)
85 let cplusty = Foreign.funptr (int32_t @-> int32_t @-> returning int32_t) in
90 (* let cgetglobalty = Foreign.funptr (void @-> returning int32_t) in
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h118 const bool Foreign = false; variable
123 RuntimeDefinition(const Decl *InD, bool Foreign) : D(InD), Foreign(Foreign) {} in RuntimeDefinition() argument
127 bool isForeign() const { return Foreign; } in isForeign()
156 mutable Optional<bool> Foreign; // Set by CTU analysis. variable
219 assert(Foreign && "Foreign must be set before querying"); in isForeign()
220 return *Foreign; in isForeign()
222 void setForeign(bool B) const { Foreign = B; } in setForeign()
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-names-many-tu.s39 .quad 0x0011223344556677 # Foreign TU 0
40 .quad 0x1122334455667788 # Foreign TU 1
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-names-one-cu.ll9 ; CHECK: Foreign TU count: 0
H A Ddebug-names-two-cu.ll9 ; CHECK: Foreign TU count: 0
H A Ddebug-names-many-cu.ll10 ; CHECK: Foreign TU count: 0
/llvm-project-15.0.7/llvm/docs/
H A DCMake.rst496 Indicates whether the LLVM Interpreter will be linked with the Foreign Function