Searched refs:FB (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/MC/
H A DMCObjectWriter.cpp73 const MCFragment &FB,
77 const MCSection &SecB = FB.getParent()->getSection();
71 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCSubtargetInfo.cpp56 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) { argument
57 FeatureBits ^= FB;
H A DMachObjectWriter.cpp561 const MCFragment &FB,
576 const MCSection &SecB = FB.getParent()->getSection();
599 else if(!FB.getAtom() &&
618 B_Base = FB.getAtom();
559 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.h335 const MCFragment &FB,
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h66 uint64_t ToggleFeature(uint64_t FB);
H A DMCObjectWriter.h97 const MCFragment &FB,
H A DMCMachObjectWriter.h237 const MCFragment &FB,
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp357 char *FB = FmtBuf; local
358 *FB++ = *FmtStr++;
359 char Last = *FB++ = *FmtStr++;
366 Last = *FB++ = *FmtStr++;
368 *FB = 0;
/external/clang/lib/Frontend/
H A DASTUnit.cpp128 FB = PPOpts.remapped_file_buffer_begin(),
130 FB != FBEnd;
131 ++FB)
132 delete FB->second;
/external/icu4c/data/sprep/
H A Drfc3530cs.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc3530mixp.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc3920res.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc4011.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc4013.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc4505.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc3491.txt79 09FB..0A01; ; UNASSIGNED
512 00DB; 00FB; MAP
648 01FA; 01FB; MAP
H A Drfc3530csci.txt78 09FB..0A01; ; UNASSIGNED
511 00DB; 00FB; MAP
647 01FA; 01FB; MAP
H A Drfc3722.txt79 09FB..0A01; ; UNASSIGNED
512 00DB; 00FB; MAP
648 01FA; 01FB; MAP
H A Drfc3920node.txt79 09FB..0A01; ; UNASSIGNED
512 00DB; 00FB; MAP
648 01FA; 01FB; MAP
H A Drfc4518ci.txt78 09FB..0A01; ; UNASSIGNED
479 00DB; 00FB; MAP
615 01FA; 01FB; MAP
/external/icu4c/test/testdata/
H A Dnfs4_cs_prep_cs.txt70 09FB..0A01; ; UNASSIGNED
H A Dnfs4_mixed_prep_p.txt70 09FB..0A01; ; UNASSIGNED
H A Dnfs4_cis_prep.txt70 09FB..0A01; ; UNASSIGNED
502 00DB; 00FB; MAP
638 01FA; 01FB; MAP
H A Dnfs4_cs_prep_ci.txt70 09FB..0A01; ; UNASSIGNED
502 00DB; 00FB; MAP
638 01FA; 01FB; MAP
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp72 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit)); local
73 setAvailableFeatures(FB);

Completed in 529 milliseconds

12