HomeSort by relevance Sort by last modified time
    Searched refs:Inlined (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CodeGenCXX/
sanitize-no-dtor-callback.cpp 12 struct Inlined {
13 inline ~Inlined() {}
15 Inlined i;
sanitize-dtor-callback.cpp 17 struct Inlined {
19 inline ~Inlined() {}
21 Inlined i;
  /external/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 33 void print(const DILineInfo &Info, bool Inlined);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 34 void print(const DILineInfo &Info, bool Inlined);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
OptReport.cpp 93 OptReportLocationItemInfo Inlined;
102 Inlined |= RHS.Inlined;
115 if (Inlined < RHS.Inlined)
117 else if (RHS.Inlined < Inlined)
259 UpdateLLII(LI.Inlined);
335 bool NothingInlined = !MaxLI.Inlined.Transformed;
367 InlinedCols += CI.second.Inlined.Analyzed
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) {
75 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : "";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) {
75 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : "";
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 213 bool Inlined = false;
214 changed |= lowerReturnBlock(Ret, CallBlkBind, Inlined);
215 if (Inlined)
320 /// The function returning a block is inlined since the context cannot be
324 lowerReturnBlock(ReturnInst *Ret, Value *CallBlkBind, bool &Inlined) {
347 Inlined = true;
349 return changed || Inlined;
  /external/llvm/test/MC/COFF/
cv-inline-linetable-unreachable.s 53 .long 4099 # Inlined function f starts at <stdin>:3
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-inline-linetable-unreachable.s 55 .long 4099 # Inlined function f starts at <stdin>:3
cv-loc-unreachable.s 95 # Inlined function do_exit starts at t.cpp:3
96 .long 4098 # Type index of inlined function
  /external/syzkaller/pkg/report/
linux_test.go 125 // Inlined frames.
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 188 0x17, // Marker for routines always inlined and thus lacking a convention
222 Inlined = 0x00000800,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 197 0x17, // Marker for routines always inlined and thus lacking a convention
231 Inlined = 0x00000800,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 200 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 231 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 126 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined");

Completed in 1029 milliseconds