Home
last modified time | relevance | path

Searched refs:FT_Nops (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
342 case MCFragment::FT_Nops: in dump()
417 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
619 case MCFragment::FT_Nops: { in writeFragment()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
621 case MCFragment::FT_Nops: { in writeFragment()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
621 case MCFragment::FT_Nops: { in writeFragment()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
621 case MCFragment::FT_Nops: { in writeFragment()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
622 case MCFragment::FT_Nops: { in writeFragment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
621 case MCFragment::FT_Nops: { in writeFragment()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
H A DMCAssembler.cpp315 case MCFragment::FT_Nops: in computeFragmentSize()
621 case MCFragment::FT_Nops: { in writeFragment()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCFragment.cpp282 case FT_Nops: in destroy()
345 case MCFragment::FT_Nops: in dump()
423 case MCFragment::FT_Nops: { in dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
373 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
382 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops,
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes),
384 return F->getKind() == MCFragment::FT_Nops;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
386 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
397 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCFragment.h40 FT_Nops, enumerator
375 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument
384 return F->getKind() == MCFragment::FT_Nops; in classof()

12